Files
docs/reference/bash/open-port-checker.md
Nicole Rappe e73bb0376f
All checks were successful
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s
Documentation Restructure
2026-01-27 05:25:22 -07:00

143 B

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>