nmap port scanning commands 24 Feb 2026

Turritopsis Dohrnii Teo En Ming <[email protected]> Tue, 24 Feb 2026 09:24:46 +0000
Newsgroups gmane.os.freebsd.chat
Message-ID <JORk1TEOC9ICBNAjPdwA8gQwwy0EDttrlu86OH-Y1aYz6SnH0Q9e2HUYDvOrDxJ0l5Eo7rwP3OZfAnMdlFWww3a152et397Tn9bA0YZLYIU=@protonmail.com>
Subject: nmap port scanning commands 24 Feb 2026

Good day from Singapore,

[01] nmap command to scan all 65535 TCP ports

nmap -p- -sS -sV -O -T4 public_ip

What Each Option Does

-p- =E2=86=92 Scan all 65,535 TCP ports

-sS =E2=86=92 TCP SYN scan (standard for firewall auditing)

-sV =E2=86=92 Service/version detection

-O =E2=86=92 OS detection (helps verify what=E2=80=99s exposed externally)

-T4 =E2=86=92 Faster timing, fine for Internet audit

[02] nmap command to scan all 65535 UDP ports

nmap -p- -sU -T4 target_ip

What Each Option Does

-p- =E2=86=92 Scan all 65,535 UDP ports

-sU =E2=86=92 UDP scan

-sV =E2=86=92 Service/version detection on open UDP ports

-O =E2=86=92 OS detection

-T4 =E2=86=92 Faster timing

[03] nmap command to scan list and range of TCP ports

nmap -sS -sV -p 22,80,443,1000-2000 target_ip

[04] nmap command to scan list and range of UDP ports

nmap -sU -sV -p 53,123,500,1000-2000 target_ip

Regards,

Mr. Turritopsis Dohrnii Teo En Ming
Extremely Democratic People's Republic of Singapore
24 Feb 2026 Tuesday 1.48 pm Singapore Time