SubDomainizer

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

MIT License

Stars
1.7K

Bot releases are visible (Hide)

SubDomainizer - Location of secret and SANs feature Latest Release

Published by nsonaniya2010 about 4 years ago

SANs Feature:

Added a feature to find Subject Alternative Names for already found subdomains from different sources.

Two options can be used with -san argument i.e. all or same.

  • same will find only subdomains for TLD of the URL.
  • all will find all (sub)domains having the same SAN for a given subdomain.

Secret Location Feature:

Added a feature to display the location of secrets.

  • Inline in case if secret(s) found within the page (used in -u argument)
  • URL of file in case if secret(s) found on External JS file or Github URL or File path (in case of the folder).
SubDomainizer - Beta Release v1.3

Published by nsonaniya2010 almost 6 years ago

Added following new features:

  1. More faster due to precompiled regular expressions
  2. It will now find hidden secrets.
SubDomainizer - Faster, Added Reverse DNS feature for IPv4 finding

Published by nsonaniya2010 almost 6 years ago

Following things are updated in v1.2:

  1. Threading added for faster results.
  2. Added Reverse DNS feature to find host of given IPv4 findings.
  3. Enhancement and bug fixed #3
SubDomainizer - Added option to search your own domain

Published by nsonaniya2010 almost 6 years ago

Added option to search your own domain

1.You can now search for subdomains of given TLD in the input
2. Some other issues fixed.

SubDomainizer - Added more cloud services services

Published by nsonaniya2010 almost 6 years ago

Following things are updated in v1.1

  1. Added support for following cloud storage services:
    1.1 Amazon AWS services (Cloudfront and S3 buckets)
    1.2 Google Storage Services
    1.3 Microsoft Azure
    1.4 Digitalocean Spaces
    1.5 RackCDN
    1.6 DreamHost

  2. Fixed some important bugs.