chatting and transfer file with netcat
netcat, or sometimes the command known as nc capable of doing a lots of thing. The examples of how to use nc to scan open ports showing here.
Here, using netcat to initiate a private chat, we need a listener server with open port and a client connect to the listener server.
Listener: (IP: 192.168.1.1)
nc -l -p […]

