nmap port scanning commands 25 Feb 2026 Wednesday

Subject: nmap port scanning commands 25 Feb 2026 Wednesday


Good day from Singapore,


[01] nmap command to scan all 65535 TCP ports


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


What Each Option Does


-p- → Scan all 65,535 TCP ports


-sS → TCP SYN scan (standard for firewall auditing)


-sV → Service/version detection


-O → OS detection (helps verify what’s exposed externally)


-T4 → Faster timing, fine for Internet audit


[02] nmap command to scan all 65535 UDP ports


nmap -p- -sU -T4 -vv target_ip


What Each Option Does


-p- → Scan all 65,535 UDP ports


-sU → UDP scan


-sV → Service/version detection on open UDP ports


-O → OS detection


-T4 → Faster timing


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


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


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


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


Please remember to use Verbose Mode -vv.


Regards,


Mr. Turritopsis Dohrnii Teo En Ming

Extremely Democratic People's Republic of Singapore

25 Feb 2026 Wednesday 10.11 am Singapore Time





REFERENCES

==============


[1] https://lore.kernel.org/netdev/_VMay9nKqntMLSxUx4YBoVEOuZRcrNg-1RPvmeZFdlFdMbpLI-MZlwUSWEVzxLM_3-tbsN4xRUBWvNRQcoV1TDsv3y-hfnd835Va0u5ctwQ=@protonmail.com/


[2] mail-archive.com - NIL


[3] https://marc.info/?l=linux-netdev&m=177198875104774&w=2


[4] https://lists.freebsd.org/archives/freebsd-chat/2026-February/000068.html


[5] mail-archive.com - NIL


[6] https://marc.info/?l=freebsd-chat&m=177198877804786&w=2


Comments

Popular posts from this blog

Estimated Total Expenses in Taiwan from 6 Aug 2025 to 12 Aug 2025 (Version 15 Aug 2025)

Teo En Ming’s Book 2 (13 June 2025 Edition) Cloud Storage Download Links