Lab 2.1 Port Scanning 1 - FlameSpyro/Tech-Journal GitHub Wiki

Process


  1. In this lab, we are asked to create an sh script that will read two files. One that contains a list of target ips and the other a list of ports. While its been provided for us we need to make modifications for the deliverable
  • capture
  1. Here change later once deliverable 2 and 3 can be solved
  2. Within the Nmap portion of the lab, it is required with the -p allowing for a specific port to be added in the search.
  3. Within a ordinary scan using -Pn would allow for a filter to be applied in a wireshark capture without even touching the filter by adding the -Pn tag

Struggles

  • I had a lot of issues when it came to the bash scripting aspect of the lab and may require some help with that for next week
  • Despite everything, -Pn still had a few protocols slip into the wireshark capture. It used to be filled with STUN protocols although this may be because of the remote desktop because switching to center resolved the issue