host3r

 

 

Fetch some information about a domain.

host3r_python_script

host3r is a python tool that is designed to enumerate the subdomains of a specific domain to ban. Generate a search of the subdomains and paste the results to your /etc/hosts file. Generate a search of the subdomains and save the results to a text file.

Installation

GitHub

git clone https://github.com/rbcafe/host3r
sudo pip install argparse dnspython requests

To list all the basic options :

python host3r.py -h

To enumerate the subdomains of a specific domain to ban :

python host3r.py -d example.com

To enumerate the subdomains of a specific domain to ban and show some verbosity :

python host3r.py -d example.com -v

To enumerate the subdomains of a specific domain to ban, show verbosity and export :

python host3r.py -d example.com -v -o /usr/local/ban.txt

License

host3r is licensed under the GNU GPL license.

Credits

Sublist3r – host3r is based on the sublist3r script.

Version

Current version is 0.1