the-bastion/doc/sphinx/plugins/open/nc.rst
Stéphane Lesimple fde20136ef
Initial commit
2020-10-20 14:30:27 +00:00

31 lines
547 B
ReStructuredText

===
nc
===
Check whether a remote TCP port is open
=======================================
.. admonition:: usage
:class: cmdusage
--osh nc [--host] HOST [--port] PORT [-w TIMEOUT]
.. program:: nc
.. option:: --host HOST
Host or IP to attempt to connect to
.. option:: --port PORT
TCP port to attempt to connect to
.. option:: -w SECONDS
Timeout in seconds (default: 3)
Note that this is not a full-featured ``netcat``, we just test whether a remote port is open. There is no way to exchange data using this command.