Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 543 Bytes

transfer-files.md

File metadata and controls

23 lines (14 loc) · 543 Bytes

To download file from a server (windows cmd)

To download file from a server (linux cmd)

Setup a server

  • python3 -m http.server 80
  • python -m SimpleHTTPServer 80

Transferring files

  • nc -nvlp 1234 > test.txt (recepient)
  • nc -nv ip port < test.txt (sender)

Useful file locations

  • /usr/share/windows-resources/mimikatz/x64
  • /usr/share/webshells/php/