Table of Contents

NC (netcat)

General Information

nc or netcat “is a feature-packed networking utility which reads and writes data across networks from the command line.”.

Checklist


Useful Options

EL6

EL7


Examples

Netcat examples.

Test Port Reachability

Test to see if you can open a connection to a port on a remote system.
This is useful to see if a firewall has correct rules.

Example: Check the remote system (192.168.1.1) for an open 443/tcp connection