top of page

Basics - How to use nmap



nmap -sC -sV IP

Use the switch -sC for Scripts

Use the switch -sV for Service Detection




If you get the error message : "hosts seems to be down" , use -Pn instead:

nmap -sC -Pn IP



If you want to check for potential vulnerabilities on 1 specific port (ex port 80), use:

nmap -p 80 --script vuln 10.129.215.99


624 views0 comments

Recent Posts

See All
bottom of page