Lab 3
Lab 3
Page 0 of 7
Note: always use " sudo " before each command to run it as a root user.
Run both your virtual machines Kali Linux and Windows 10. Add screenshot for each
result you got.
1. Simple scanning
a) Use ping to send a single packet to a host that responds to ping (screenshot).
b) Capture the ICMP traffic (the request and reply Echo) in Wireshark (screenshot).
Page 1 of 7
2. Use nMap from a terminal window in Kali Linux, Try a simple ping scan:
c) Shutdown windows and repeat the command. What is the host status now?
Down.
Page 2 of 7
3. Start your Win 10 machine again, download ZenMap from the following link
(https://nmap.org/dist/nmap-7.92-setup.exe). Run ZenMap and perform a class C network
scan:
Note the below screenshot, each response also shows the manufacturer’s details?
a) Regarding your scan result, navigate Hosts, Services, Nmap Output, Ports/Hosts,
Topology, Host Details and Scans; and take screenshots for each one.
Page 3 of 7
4. PING multiple devices? Note, use both Kali Linux IP and Win10 IP.
Page 4 of 7
b) What is fping command? fping is a program to send ICMP echo probes to network
hosts, similar to ping, but much better performing when pinging multiple hosts. fping
has a very long history: Roland Schemers did publish a first version of it in 1992 and it
has established itself since then as a standard tool for network diagnostics and statistics.
6. Hping3 Commands.
To scan ports from 130 to 450 on a host 192.168.1.1 use the command :
Page 5 of 7
a) How many ports are open?
c) Try 3 options used with hping command and notice the results (see the below table).
Page 6 of 7