AdSense

Friday, September 30, 2016

NETCAT / 1 - Chat between 2 hosts


CHAT BETWEEN 2 HOSTS

- Layout topology for this exercise:




- In this exercise a communication is established between two hosts, using Netcat. 

- First, Kali listens on its port 4444. Then, Windows launches a connection to Kali's IP on port 4444 and the dialog is started. Linux answers, etc ..., until the chat is closed. Used options are:

         - n = no name addressing conversion
         - l = listening for inbound connection
         - v = verbose
          -p = local port number

- From Linux:













- From Windows: