-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1be1ab0
commit d39bad4
Showing
1 changed file
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
[](https://youtu.be/6hY6G5OtTWA) |