Question: For this lab we will practice port scanning various networks. Please be aware that you should only port scan networks that you are responsible for
For this lab we will practice port scanning various networks. Please be aware that you should only port scan networks that you are responsible for or with permission of the network administrators. Actions such as port scanning can be seen as a precursor to hacking as you are looking for open ports on network devices. Turn this in on Blackboard when you are finished.
- Log in to your Raspberry Pi as the pi user, open a terminal window, make sure the cable with the red tape on it is plugged into your Pi, and run these commands: sudo apt-get update sudo apt-get install nmap Press y when prompted after running this command.
- Now run the following command to get the information you need about your network. ip route list
- In the output, look for an IP address that ends with 0/24 or something similar. Enter it here: _____._____._____._____/___
- Run this command, using your answer for #3 instead of XXX.XXX.XXX.XXX/XX: nmap XXX.XXX.XXX.XXX/XX -T4 -F
- Use your nmap results to provide information about six different devices with open ports.
- IP address 1:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 2:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 3:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 4:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 5:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 6:
- Number of closed ports not shown:
- Service and port number for an open port:
- Service and port number for another open port:
- IP address 1:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
