Activity 2.1: Host Discovery - morgan-hanrahan/Tech-Journal GitHub Wiki

Reflection

In this activity, we enumerated hosts in our target network using various techniques. Also in collaboration with others, we created various bash scripts in order to run different pings/fpings/and nmaps. I encountered a few issues when trying to write my bash one-liner for deliverable 2. Eventually, I reached out to someone and asked what I was doing wrong. Turns out I just had to add one more statement and it worked perfectly. For the future, it is sometimes easier to just write a full bash script instead of trying to cram and figure out everything in one line.