Skip to content

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.

License

Notifications You must be signed in to change notification settings

nsonaniya2010/SubDomainizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SubDomainizer

SubDomainizer is a tool designed to find hidden subdomains present is either inline javascript or external javascripts present in the given URL. This tool also finds S3 buckets and cloudfront URL's from those JS files which could be interesting like S3 bucket is open to read/write, or subdomain takeover and similar case for cloudfront.

Screenshot:

SubDomainizer

Installation Steps

  1. Clone SubDomainzer from git:
git clone https://github.com/nsonaniya2010/SubDomainizer.git
  1. Install the requirements:
sudo apt-get update
sudo apt-get install python3-termcolor python3-bs4 python3-requests python3-htmlmin python3-tldextract
  1. Enjoy the Tool.

Usage

Short Form Long Form Description
-u --url URL in which you want to find (sub)domains.
-l --listfile File which contain list of URL's needs to be scanned.
-o --output Output file name in which you need to save the results.
-c --cookie Cookies which needs to be sent with request.
-h --help show the help message and exit.

Examples

  • To list help about the tool:
python3 SubDomainizer.py -h
  • To find subdomains, s3 buckets, and cloudfront URL's for given single URL:
python3 SubDomainizer.py -u http:https://www.example.com
  • To find subdomains from given list of URL (file given):
python3 SubDomainizer.py -l list.txt
  • To save the results in (output.txt) file:
python3 SubDomainizer.py -u https://www.example.com -o output.txt
  • To give cookies:
python3 SubDomainizer.py -u https://www.example.com -c "test=1; test=2"

License

This tools is licensed under the GNU GPL license. take a look at the LICENSE fore information about it.

Version

Current version is 1.0

Want to Donate?

Want to donate for the improvement in features and tools? Donate Here