netcat
A featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
Examples
Send http request
The request was fetched with tcpdump.
1 cat request1.txt | nc 192.168.1.1 8080
A featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
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)