File Transfer Techniques
Windows:
SMB Share (impacket smb-server.py share_name share_path): copy \host\share\file .
powershell IWR
certutil -f -urlcache FILE_URL localfilename
FTP non-interactive transfer (https://sushant747.gitbooks.io/total-oscp-guide/content/transfering_files_to_windows.html)
Linux:
wget
nc ><
curl
Last updated