A Bash script to fascilitate your Hacking journey
- The script will first do a verbose portscan, letting you know instantly if a port is open
- While you're checking some open port
ex:80
, the script will perform version & script scans only on open ports saving you enough time - Scan results will automatically be saved to a easy to locate file
Clone the repo
git clone https://github.com/the-root-user/nmap-auto.git
then, execute the command
sudo cp nmap-auto.sh /bin/nmapauto
or tweak a bit and add the one liner to your .bashrc
/.zshrc
as a function.
sudo nmapauto <target>