Skip to content

the-root-user/nmap-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Nmapauto

A Bash script to fascilitate your Hacking journey

Features

  • 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

Demo scan

Scan on a HTB macine Nmap-Automater

Install

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.

Usage

sudo nmapauto <target>

About

A Bash script to fascilitate your Hacking journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages