Additional Doc Restructure
This commit is contained in:
7
operations/reference/bash/open-port-checker.md
Normal file
7
operations/reference/bash/open-port-checker.md
Normal file
@@ -0,0 +1,7 @@
|
||||
**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> <PORT>
|
||||
```
|
||||
Reference in New Issue
Block a user