Lab 18: Port Scanning

 

Objective

To get experience scanning ports.


 

Overview

In this lab, you will use the nmap tool to scan a remote system. Make sure it's installed on your virtual machine. The nmap man page has excellent information on port scanning, which you should consult in going through the lab questions. The sections labelled "Port Scanning Techniques" and "OS Detection" will be especially helpful.


 

Port Scans

For each question below, take a screenshot of your terminal including the command and the output it gives. Also for each, explain the information that nmap is returning to us in a couple of sentences.

  1. Perform a SYN scan on scanme.nmap.org.
  2. Perform a connect scan on scanme.nmap.org.
  3. Perform a UDP scan on scanme.nmap.org.
  4. Perform a FIN scan on scanme.nmap.org.
  5. Perform a NULL scan on scanme.nmap.org.
  6. Perform an XMAS scan on scanme.nmap.org
  7. Perform an ACK scan on scanme.nmap.org
  8. Perform an operating system scan on scanme.nmap.org that attempts to determine the server's operating system.
  9. Perform an operating system scan on cpsc.umw.edu. Were the results correct? Explain why or why not.

 

Submitting

Submit the answers to the questions in the assignment in Canvas.