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: