Skip to content

Script to run a trustfull nmap scan againt a target

License

Notifications You must be signed in to change notification settings

Fatake/autonmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoNmap

Script to run a trustfull nmap scan against a target or a list of targets


Usage

Clone github repository

git clone --recursive https://github.com/Fatake/autonmap.git

Help:

sudo ./autonmap.sh -h

Run script

One target:

sudo ./autonmap.sh -o <output_name> -t <target>

List of Targets:

sudo ./autonmap.sh -o <output_name> -t "-iL tartgets.lts"

Examples:

sudo ./autonmap.sh -o localhost -t 127.0.0.1
sudo ./autonmap.sh -o myhome -t "-iL myhomestaticipaddreses.txt"

About

Script to run a trustfull nmap scan againt a target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%