Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project Network Reconnaissance and Port Scanning using nmap We need to use two VMs for this project: the Kali Linux and the Metasploitable 2 -
Project
Network Reconnaissance and Port Scanning using nmap
We need to use two VMs for this project: the Kali Linux and the
MetasploitableLinux.
Finding the IP Address of the Target
For the purpose of this project, we use MetasploitableLinux as the target.
First, we need to find the host IP address of the target to launch a scanning.
You can use the command ifconfig ipconfig is the windows equivalent This
command allows you to find all the connected interfaces and network cards.
Go to the MetasploitableLinux VM and execute the following command
ifconfig.
Then using Kali terminal we will scan the target.
Use man nmap to find more information about nmap tool.
Perform a basic nmap host discovery scan without port scanning.
Normally this would be used to scan an entire subnet or larger but for this
lab, we are going to target specific IPs of interest.
Perform a nmap TCP port scan on the Metasploitable VM to detect
active services.
Perform a nmap UDP port scan on the Metasploitable VM to detect
active services.
Perform a nmap OS Detection scan on the Metasploitable VM
Perform a nmap version and service scan of the Metasploitable VM:
Perform a nmap scan against the Metasploitable VM using the A for
all option. This is the most time consuming scan at least for TCP and the
most verbose.
Note: please i want Sent a screenshot for every task from Kali Linux with output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started