Today I am revisiting good old Bash scripting in Kali, I have put so much effort in to learning Python in 2023 I had forgotten just how simple, quick and easy it is to script with Bash.
So this morning I created a super simple Bash script to automate Nmap scanning of specific ports which asks the user to input the starting IP, the final octet and the specific port number so the user doesn't have to remember Nmaps specific commands.