nmap -sV -p 1-1024 192.168.1.1

Category: Networking

nmap -sV -p 1-1024 192.168.1.1

Scan common ports and detect service versions

-sV enables version detection — nmap sends probes to fingerprint what software is running on each open port. Knowing service versions helps identify outdated/vulnerable software. Always get permission before scanning.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.