1 min read 33 words Updated Sep 24, 2026 Created Sep 24, 2026
#linux#networking#security

nmap is a command line tool, scanning for open ports on your system.

Use it like this: nmap -sT -O localhost

Scan if ports are reachable on server: nmap -Pn -p 3000 <ip-address>