Bash Scripting - skyleroriordan/my-tech-journal GitHub Wiki

In this lab, I made a number of bash scripts to perform different commands.

Here are the different scripts I made:

pingsweeper.sh which pings 192.168.4.1-10:

2023-10-30 13_11_29-Bash Scripting - Google Docs


nslu.sh which does an nslookup for 10.0.5.1-10:

2023-10-30 13_14_16-Bash Scripting - Google Docs


parms.sh which takes an input of a network prefix and then pings the hosts on it:

2023-10-30 13_15_16-Bash Scripting - Google Docs


Nmap.sh which has user input parameters for an Nmap scan then runs Nmap:

2023-10-30 13_16_55-Bash Scripting - Google Docs