Activity 2.1 Host Directory
Ping
Deliverable 1: Provide a screenshot that shows 1 outbound ping and the captured request and reply

Deliverable 2: Write a bash script or one liner to ping ip's in the range or 10.0.5.2 - 10.0.5.50 your script should output a list of "up IP addresses" into a file called sweep.txt.

Command
Definition

Deliverable 3: Do the same as above, but with Fping. Investigate the switches that allow you to provide a range of ip addresses as well as reporting the "up" hosts.

Command
Definition
NMAP
Deliverable 4: Use Nmap's -sn switch to scan 10.0.5.21; it should report that it is up. Capture traffic on eth0 using Wireshark.
Command
Definition


Deliverable 5. Examine what destination ports and protocols were used in the use case. What observations do you have when comparing this to the ping and fping tests?
Deliverable 6. Write a bash one-liner or script that conducts an nmap -sn scan of 10.0.5.2-50 and outputs the list of ip addresses to sweep3.txt similarly to the code written for ping and fping.
Command
Definition

Last updated