nmap $TIP
nmap -sC $TIP
nmap -sV $TIP # We can also combine the above two nmap -sC -sV $TIP
nmap -p- $TIP # -p is for port at - is an infinite range basically. You can also do things like # -p 5-10
Last updated 2 years ago