Skip to content

This script allows you to perform a ping sweep using nmap. It is possible to configure the mask from / 24 onwards and it goes through all the staggered hosts of the third octet.

Notifications You must be signed in to change notification settings

and7es/AutHostDiscover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AutHostDiscover

This script allows you to perform a ping sweep using nmap. It is possible to configure the mask from / 24 onwards and it goes through all the staggered hosts of the third octet.

Usage:

python AutHostDiscover.py -h                     
usage: AutHostDiscover.py [-h] -i IPRANGE [-e IFACE] -m MASK [-o]

options:
  -h, --help            show this help message and exit
  -i IPRANGE, --IpRange IPRANGE
                        IP Range
  -e IFACE, --iface IFACE
                        Network Interface. Ex -e tun0
  -m MASK, --mask MASK  Subnet mask, between 24 - 32
  -o, --output          Save each result in a separate file

Example: python AutHostDiscover.py -i 172.16.0.0 -m 24

About

This script allows you to perform a ping sweep using nmap. It is possible to configure the mask from / 24 onwards and it goes through all the staggered hosts of the third octet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages