alt text

GitHub - https://github.com/ncorbuk/SubZone

pypi - https://pypi.org/project/subzone/

YouTube Tutorial on SUBZONE: https://www.youtube.com/watch?v=5oNe7Rmtvoo&t=

For python tutorials: https://bit.ly/2U58Lt9

If you want to leave a tip

If you would like to leave a tip you can do so below, thanks

SubZone

HTTP(S)-Subdomains,Dns records, & More!

SubZone - Gathers all registered subdomains for target domain, and then checks too see which ones are active subdomains, also will go through dns servers and do zonetransfer to see if any server have been miss configured and are leaking valuable information.

This helps penetration testers and bug hunters collect and gather subdomains and information for the domain they are targeting.

Getting Started

Either Fork the latest repository or use pip to get latest version of subzone. For easy install of python package and all dependencies use - pip install subzone

Key points

Can also be used as an import to your own script/program from subdomain import subzone then use subzone.get(url) eg. subzone.get('https://facebook.com') Will print out a list of registered domains and active domains - in color -

Example Usage:

-d (domain) is True(needed)  -o (output) is True (needed) - 
- python subzone_v2.0.py -d (domain) -o (output)
- python subzone_v2.0.py -d https://facebook.com -o facebook.txt
- python subzone_v2.0.py -d https://zonetransfer.me -o zonetransfer.txt

Prerequisites

Python - This is built on Python 3.6, you will need at least Python 3.5+ (might work with 3+ i haven't tested it - should not be hard to make work tho if doesn't!) to use this software. - https://www.python.org/

Libraries - You will need/use these libraries to use this software: pip install subzone - will take care of this automatically.

From the standard libraries.

Not from the standard libraries.

Deployment

subzone is mainly to be used in console using the commands stated above, OR you can use from subdomain import subzone in your own script/program and use the following command subzone.get('https://website.com') to invoke the subdomain function in your own python code.

Usage examples with pictures

Facebook (https://facebook.com)

python subzone.py -d https://facebook.com -o facebook.txt

alt text

alt text

alt text

alt text

Zonetransfer (https://zonetransfer.me)

python subzone.py -d https://zonetransfer.me -o zonetransfer.txt

alt text

alt text

alt text

alt text

Output documents (-o filename.txt)

alt text

Built With

Contributing

Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests.

Version

Current version: 0.2.8

Current filename: subzone.py

Authors

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details