Task 9 - ICMP Network Scanning

Task 9 Scan Types ICMP Network Scanning

How would you perform a ping sweep on the 172.16.x.x network (Netmask: 255.255.0.0) using Nmap? (CIDR notation)

CIDRAddressesHostsNetmaskAmount of a Class C

/16

65536

65534

255.255.0.0

256

HINT: The CIDR notation for a Class B network with a default netmask is /16

Reveal Flag ๐Ÿšฉ

๐Ÿšฉnmap -sn 172.16.0.0/16

Last updated