7 lines
144 B
Markdown
7 lines
144 B
Markdown
**Purpose**:
|
|
If you want to check if a certain TCP port is open on a server.
|
|
|
|
## Netcat Command
|
|
``` sh
|
|
netcat -z -n -v <IP ADDRESS>1 <PORT>
|
|
``` |