1. Exercise 1 - Simple IP Address Scan:

Use the Nmap command to scan the IP address of your local router. Identify the open ports and display their status.

image.png

  1. Exercise 2 - Single Port Scan:

Scan the IP address of a web server (e.g., 192.168.1.1) to check if port 80 is open. Use the -p option to specify the port.

image.png

  1. Exercise 3 - Port Range Scan:

Use Nmap to scan the IP address of a DNS server (e.g., 8.8.8.8) to check for open ports within a specific range, such as ports 53-80.

image.png

  1. Exercise 4 - Subnet Scan:

Scan a local subnet (e.g., 192.168.1.0/24) to identify all active devices. Use the -sn option for a ping scan without port scanning.

image.png