Skip to content

This bash script tool, will perform advanced subdomain enumeration, save the results, it will then probe the subdomains into urls, save the results in a separate file, it will then resolve all the subdomains into ip addresses and save the results separately.

License

Notifications You must be signed in to change notification settings

blackhatethicalhacking/bheh-sub-pwner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BHEH-SUB-PWNER

This bash script tool, will perform advanced subdomain enumeration using both Amass in Passive Mode, Sublist3r, save the results, it will then probe the subdomains into urls using httpx, save the results in a separate file, it will then resolve all the subdomains into ip addresses using a loop statement with hostname and grep/sed and save the results separately.

Requirements:

You need to have installed all the below tools:

Install lolcat: pip install lolcat

Install amass: https://github.com/OWASP/Amass

Install Sublist3r: https://github.com/aboul3la/Sublist3r

Install httpx: https://github.com/projectdiscovery/httpx

Usage

chmod +x bheh-sub-pwner.sh

./bheh-sub-pwner.sh domains.txt

Credits:

This code is written by Black Hat Ethical Hacking, is free to use, and you can fork it, and expand it to perform better methodology and workflow! - 2022

Support

If you would like to support us, you can always buy us coffee(s)! 😊

Buy Me A Coffee

About

This bash script tool, will perform advanced subdomain enumeration, save the results, it will then probe the subdomains into urls, save the results in a separate file, it will then resolve all the subdomains into ip addresses and save the results separately.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages