ncat
Read, write, redirect, and encrypt data across a network. An alternative implementation of a similar utility called `netcat`/`nc`.
More info →Options (5)
-l, --listenbooleanListen for input on the specified port and write it to the specified file
ncat {{[-l|--listen]}} {{port}} > {{path/to/file}}booleanAccept multiple connections and keep ncat open after they have been closed
ncat {{[-lk|--listen --keep-open]}} {{port}}-k, --keep-openbooleanAccept multiple incoming connections on an encrypted channel evading detection of traffic content
ncat --ssl {{[-k|--keep-open]}} {{[-l|--listen]}} {{port}}-w, --waitbooleanCheck connectivity to a remote host on a particular port with timeout
ncat {{[-w|--wait]}} {{seconds}} {{[-vz|--verbose -z]}} {{host}} {{port}}booleanCheck connectivity to a remote host on a particular port with timeout
ncat {{[-w|--wait]}} {{seconds}} {{[-vz|--verbose -z]}} {{host}} {{port}}Examples (6)
Listen for input on the specified port and write it to the specified file
Accept multiple connections and keep ncat open after they have been closed
Write output of specified file to the specified host on the specified port
Accept multiple incoming connections on an encrypted channel evading detection of traffic content