top of page

Automating Nmap Scans with Bash Scripting

  • Esky Man
  • Jan 3, 2024
  • 1 min read

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.




Be in the Know

Add your email address below and I will send you interesting IT and cyber sec news from time to time.

Thanks for submitting!

  • Instagram
  • Twitter
  • LinkedIn
  • YouTube

© 2023 Dave TechGuy

bottom of page