Netcat Chat

From XPUB & Lens-Based wiki
Revision as of 17:42, 12 January 2011 by Aymeric Mansoux (talk | contribs) (Created page with "To make simple shell chat you can use netcat. On machine A start netcat and tell it to listen a free unblocked port number: <code> nc -l 12345 </code> On machine B, start a net...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To make simple shell chat you can use netcat.

On machine A start netcat and tell it to listen a free unblocked port number: nc -l 12345

On machine B, start a netcat client and tell it to connect to machine B's IP and start chatting! nc 192.168.1.33 12345