Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCoderSc authored Jan 27, 2022
1 parent 1be1ab0 commit d39bad4
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# RunAs Attached (Local) - 32bit / 64bit

RunAsAttached is a program to locally run a new terminal as another user without spawning a new console window.
Create a new application process as another Microsoft Windows user and attach its inputs / outputs (stdin, stdout, stderr) to caller console.

Very useful during Penetration Tests to escalate as another user without while having an initial shell.
The new process is interactivly **Attached** to caller console.

It mimic the "su" program from UNIX systems but for Windows (natively)
## Usage

# Changelog
```
RunAsAttached.exe -u <username> -p <password> [-d <domain>]
```

## 18/05/2020

- First release (beta)

## 20/05/2020

- Few minor issues fixed.
- Now support programs such as Netcat / Telnet etc...
- Stability improved.

# Youtube Video (Click on bellow image)
## Youtube Video (Click on bellow image)

[![Demo](http://i3.ytimg.com/vi/6hY6G5OtTWA/maxresdefault.jpg)](https://youtu.be/6hY6G5OtTWA)

0 comments on commit d39bad4

Please sign in to comment.