0% found this document useful (0 votes)
32 views3 pages

Scanning Networks - Lab

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

Scanning Networks - Lab

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Ethical Hacking-Lab-Scanning Networks

Module 3
Scanning Networks
1.Performa the Host Discovery 60 Mins
Task 1 Perform Host discovery using NMAP
-It is used to discovery the host is active/live in
the networks.
1. Open the NMAP application
2. Type the command nmap -sn -PR [target
address] and press enter
3. The scan result will be appeared and indicate that
the host is up.
 -sndisables the port scan
 -PR  performs ARP ping scan
4. Similarly, nmap -sn -PU [target address]
 -PU  performs in UDP ping scan
5. Nmap -sn -PE [IP address] -PE ICMP ECHO
ping scan
6. Nmap -sn -PP [IP address] -PP ICMP
timestamp ping scan
7. Nmap -sn -PM [IP add] -PMICMP mask ping
scan
8. Nmap -sn -PS [IP add] -PS TCP SYNC ping
scan
9. Nmap -sn -PA [IP add] -PATCP ACK ping scan
10. Nmap -sn -PO [IP add] -PO  IP Protocol ping
scan

Task 2 Perform discovery using Angry IP Scanner


1. Open the Angry IP
2. The IP range – Angry Scanner will show the app.
3. Type the range IP address within the range
4. Click the setting and select the Combined
UPD/TCP in Scanning tab
5. Next, select the Display tab and select Alive host
6. Click the start and after finish the scan, it shows
the statics information.
7. Similar Tools like SolorwindEngineer’s Toolsets,
NetScanTools pro, Coalsoft ping Tool and Visual
Ping Tester
2.Performancing Port and Service Discovery-process 90 Mins
of identifying open ports and service in target address
Task 1 Perform the Port and Service Discoveries using Maga
Ping
1. Open the Mega ping software and it shows system
info GUI
2. Select the IP Scanner from the right-hand side
and enter the range of IP address, click “Start”.
3. Now, its show the statics of TTL value and status
of target address.
4. Select the Port Scanner and enter the Live target
IP Address and click add and Start button.
5. Its show the detail port information’s with port
number and services.
Task 2 Perform the Port and Service Discovery using
NetScanTools Pro
1. Open the application.
2. In the left side panel select the manual tools
Ping scanner and provide the range of IP address.
3. Pop up appears and click the “I accept” and the
result will be showed at browser
4. Similar like, want to perform the port scanner
and analyses the result in browser.
Task 3 Gather an email list using the Harvester Tool
1. Open the Zenmap application
2. Type the command nmap -sT -v [ IP add] -sT
perform TCP full scan and -v enable the verbose
Output.
3. Click the port and hosts tab to gather more
information.
4. Click the topology and checks the fish eye views
also.
5. Check the host details.
6. Similar like, perform the Xmas scan- nmap -sX -
v [ target IP address].
7. TCP Maimon Scan – nmap -sM -v [ IP add].
8. ACK probe Scan- nmap -sA -v [IP add].
3. Perform the OS scan 20 mins
Task 1 Zenmap
1. Open the Zenmap
2. Nmap -A [IP add]  an aggressive scan
3. Nmap -O [IP add]  OS discovery scan
4. Nmap –script smb-os-discovery.nse [IP add]
smb protocol port no 445 and 139 based scan.

You might also like