Skip to content

Domain_checker application is the trial/demo version for the new EASM (External Attack Surface Management) system called HydrAttack (hydrattack.com), the main idea of which is, based only on the domain name, find almost all of the subdomains and their top 100 open ports

License

Notifications You must be signed in to change notification settings

IvanGlinkin/Domain_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain_checker

Domain_checker application is the trial/demo version for the new EASM (External Attack Surface Management) system called HydrAttack (hydrattack.com), the main idea of which is, based only on the domain name, find almost all of the subdomains and their top 100 open ports

Usage example:

chmod +x domain_checker.sh
./domain_checker.sh
> Enter the domain you want to enumerate

or

bash ./domain_checker.sh
> Enter the domain you want to enumerate

This will work beatifully on Kali but an ultimately universal way is through Docker. Just run

docker build -t domain_checker-image .
docker run -it --rm domain_checker-image

Video example:

Screenshots:

About

Domain_checker application is the trial/demo version for the new EASM (External Attack Surface Management) system called HydrAttack (hydrattack.com), the main idea of which is, based only on the domain name, find almost all of the subdomains and their top 100 open ports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published