Skip to content

dip3nluit3l/HostScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

HostScanner

Scan the host or subdomain

For Termux

pkg install python3
pip3 install -r requirements.txt

run using:-

python3 scan.py -d [Your Host Name]

To save file as output

python3 scan.py -d [Your Host name] -o [path] [Name of file]

For Linux[Debain]

apt install python3
pip3 install -r requirements.txt

run using:-

python3 scan.py -d [Your Host Name]

To save file as output

python3 scan.py -d [Your Host name] -o [path] [Name of file]

Example:- python3 scan.py -d google.com -o hosts.txt

About

Scan the host or subdomain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages