Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

task-9-icmp-network-scanning.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

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)

{% embed url="https://nmap.org/book/host-discovery-controls.html#host-discovery-sn" %} https://nmap.org/book/host-discovery-controls.html#host-discovery-sn {% endembed %}

{% embed url="https://www.aelius.com/njh/subnet_sheet.html" %} https://www.aelius.com/njh/subnet_sheet.html {% endembed %}

CIDR Addresses Hosts Netmask Amount of a Class C
/16 65536 65534 255.255.0.0 256

{% hint style="warning" %} HINT: The CIDR notation for a Class B network with a default netmask is /16 {% endhint %}

Reveal Flag 🚩

🚩nmap -sn 172.16.0.0/16