๐Nmap - CheatSheet
โ
Basic Syntax
nmap [options] <target>
Examples of :
IP: 192.168.1.1
Hostname: example.com
Range: 192.168.1.1-50
Subnet: 192.168.1.0/24
๐ข Host Discovery
PurposeCommand
Ping sweep (live hosts)nmap -sn 192.168.1.0/24
Disable DNS resolu...
alpesh1.hashnode.dev2 min read
Ar p
๐โ ๐ป