netcat

A featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.

netcat.sourceforge.net

Examples

Send http request

The request was fetched with tcpdump.

   1 cat request1.txt | nc 192.168.1.1 8080

netcat (last edited 2013-08-19 11:54:07 by bl7-62-82)