codrut.pro
  • CV
  • Snippets
  • Tags

Check if a port is open

July 1, 2021 One-minute read
port • networking • linux

Install Link to heading

sudo pacman -S openbsd-netcat

Use Link to heading

With an IP:

nc -v 127.0.0.1 5432

Or a URL:

nc -v www.codrut.pro 443

See also in Networking Link to heading

  • List all open ports