ποΈNmap
https://www.kali.org/tools/nmap/ https://nmap.org/
Introduction to Nmap
Basic command
nmap -p- -sC -sV -O -A -T4 -oA nmapOutputfile 10.10.X.X
β’ -p- -> Scans all the ports from 0 to 65535 available on the IP
β’ -sC -> Runs default scripts
β’ -sV -> version enumeration or service version
β’ -O -> OS enumeration
β’ -A -> Enumerate all the stuff as much as it can
β’ -T4 -> fast as time 4 (default is 3)
β’ -oA -> store the output on 3 types of format(nmap, gnmap, xml)Cheatsheet for nmap
Switches in nmap which you might need to know
Switch
Description
Port specific NSE scripts
Bypassing Firewall
Switch
Example
Description
Zenmap
Other Resources
Last updated


