Netcat: Transferring Files

Netcat: Transferring Files
Using two virtual machines, set up a listener and send a file over the connection on port 1337.
 On the receiving machine issue the following command: o nc -lp 1337 > NAME-OF-FILE or nc -lp 1337 > virus.exe.  Then, on the sending machine,

issue the following command: o nc IP-ADDRESS-OF-TARGET 7777 < NAME-OF-FILE, OR o nc 172.16.45 1337 < virus.exe
Submit a screenshot of your results as a file upload for grading.

CategoriesUncategorized