mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
31 lines
547 B
ReStructuredText
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.
|