Chat using Netcat
Netcat is a computer networking service for reading from and writing to network connections using TCP or UDP.
Netcat is designed to be a dependable "back-end" device that can be
used directly or easily driven by other programs and scripts. At the
same time, it is a feature-rich network debugging and investigation
tool, since it can produce almost any kind of correlation you would need
and has a number of built-in capabilities. - wikipedia
For this tutorial, i will use 2 pc. 1 is running Bactrack linux as server and another 1 is Windows 7 as client. By default Windows is not preinstalled with netcat program but don't worry you can download it at this link DOWNLOAD .
1. Use -h for see manual of netcat
2. Use -lvp for listening,be verbose and set port (can select whatever port but makesure this port is not belonging to other services). Done, with the server.
3. Use -h for help page
4. Use -v for verbose and set the IP Address of our server also the port that being set on server.
5. Now your server (Backtrack) and client (Windows) was connected, you can start chat.
For this tutorial, i will use 2 pc. 1 is running Bactrack linux as server and another 1 is Windows 7 as client. By default Windows is not preinstalled with netcat program but don't worry you can download it at this link DOWNLOAD .
1. Use -h for see manual of netcat
2. Use -lvp for listening,be verbose and set port (can select whatever port but makesure this port is not belonging to other services). Done, with the server.
3. Use -h for help page
4. Use -v for verbose and set the IP Address of our server also the port that being set on server.
5. Now your server (Backtrack) and client (Windows) was connected, you can start chat.
0 comments :
Post a Comment