Question: Estimated Time: 4 5 minutes Objective: Given a scenario, use the appropriate network software tools and commands. ( ( Obj . 5 . 3 )
Estimated Time: minutes
Objective: Given a scenario, use the appropriate network software tools and commands. Obj
Resources:
Windows computer with ability to scan the local area network
A computer or user account with application installation rights
Internet access
Access to a private network either owned by the student or which the student has explicit permission to scan
Context: In this activity, you install Zenmap, the GUI version of Nmap for Windows, and use it to scan your computer and your local network.
Caution
Take note that scanning a network you dont own or dont have permission to scan with Nmap or Zenmap is illegal. Do not use Nmap or Zenmap on public WiFi networks at all. Also dont use Nmap or Zenmap on any network you dont own unless you have written permission from the owner to capture and analyze network communications using Nmap and Zenmap.
Note
Websites change. These steps were accurate at the time this text was written. However, you might need to adjust these steps to account for future changes.
Complete the following steps:
Go to nmap.org and click Download in the grid menu at the top of the page. Scroll down to the Microsoft Windows binaries section which might look similar to Figure
Figure
Details
Source: Insecure.org
Download and install Nmap using the selfinstaller
Next to the text Latest stable release selfinstaller, click the nmapversionsetup.exe link. Go to the download location on your computer and run the program to install Nmap. Respond to any system warnings. On the Choose Components window, make sure that all available components are selected, as shown in Figure On the Installation Options screen, make sure Install Npcap in WinPcap APIcompatible Mode is selected, as shown in Figure Otherwise, accept all default settings during installation.
Figure
Details
Source: Insecure.org
Make sure all available components are selected
Figure
Details
Source: Insecure.org
Make sure Npcap will be installed using WinPcap APIcompatible Mode
Once the installation is complete, close all open windows. Take a screenshot of the new NmapZenmap GUI shortcut on your desktop; submit this visual with your answers to this projects questions. Doubleclick the shortcut to open NmapZenmap GUI.
Start with a quick scan of your local computer. To do this, in the Target field, enter localhost, and in the Profile field, select Quick scan. What command does Zenmap build in the Command field?
You could accomplish the same quick scan by entering this command at a CLI command line interface such as Command Prompt or PowerShell. For now, click Scan. The scan shows a list of open ports on your computer and the services assigned to them, similar to the results shown in Figure Take a screenshot; submit this visual with your answers to this projects questions.
Figure
Source: Insecure.org
Zenmap localhost scan output
In the following steps, youll run a scan of your local network and see how the output changes. This time you will target all IP addresses in the same range as your computers IP address. The easiest way to do this is to first determine your computers IP address.
Open a PowerShell or Command Prompt window and enter the command ipconfig as shown in Figure What is the IPv address for the active connection to your local network? Be sure to look for the connection for an Ethernet adapter but not to your hypervisor or for a WiFi adapter.
Figure
Details
The ipconfig command shows the computers IP address on the local area network
Exam Tip
PowerShell natively uses cmdlets commandlets to execute tasks. However, native Command Prompt commands, such as ipconfig, also work natively in PowerShell or serve as aliases for similar PowerShell cmdlets. For example, PowerShell cmdlets that generate output similar to that of ipconfig are GetNetIPConfiguration or GetNetIPAddress. While familiarity with PowerShell should be a high priority for network technicians, the CompTIA Network exam requires Command Prompt and Linux commands such as ipconfig, ifconfig, and ip Youll learn more about these commands in later modules. This course will also teach you equivalent or similar PowerShell cmdlets to help you prepare for more extensive use of PowerShell in future courses.
Go back to Zenmap. In the Target field, type your local computers IPv address. However, so that you can scan a range of IP addresses, replace the final block of digits in your IPv address with For example, if your IPv address is you would enter in the Target field. What command does Zenmap build in the Command field? Click Scan.
This time, the output shows information about other hosts on your network as well as the information youve already seen for your own computer. Scroll through the ou
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
