Files
docs/operations/reference/bash/open-port-checker.md
2026-01-28 20:41:51 -07:00

201 B

tags
tags
Bash
Ports
Scripting
Linux

Purpose: If you want to check if a certain TCP port is open on a server.

Netcat Command

netcat -z -n -v <IP ADDRESS> <PORT>