Find all open ports using nmap

To find all open ports on a computer, run

-sS = SYN scan

if you only need to scan most common ports, use

Example

nmap list ports

To see open ports on your local computer, run

nmap -p 22 IP_ADDR Scan a single port
nmap -p 1-100 IP_ADDR Scan range of ports
nmap -p- IP_ADDR Scan all 65535 ports
nmap -F IP_ADDR Scan most popular 100 ports (fast scan)

See nmap

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *