Lab 2.1 Port Scanning 1 - FlameSpyro/Tech-Journal GitHub Wiki
Process
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
Here change later once deliverable 2 and 3 can be solved
Within the Nmap portion of the lab, it is required with the -p allowing for a specific port to be added in the search.
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