====== netcat ====== Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. ===== Usage ===== **GNU nc usage only** Testing specify port is open: root@server: nc -l -p 1080 root@client: nc host 1080 # then input something