= 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. {{{#!highlight bash cat request1.txt | nc 192.168.1.1 8080 }}}