File Transfer Techniques

Windows:

  1. SMB Share (impacket smb-server.py share_name share_path): copy \host\share\file .

  2. powershell IWR

  3. certutil -f -urlcache FILE_URL localfilename

  4. FTP non-interactive transfer (https://sushant747.gitbooks.io/total-oscp-guide/content/transfering_files_to_windows.html)

Linux:

  1. wget

  2. nc ><

  3. curl

Last updated