Skip to content

Releases: nsonaniya2010/SubDomainizer

Location of secret and SANs feature

06 Oct 06:34
Compare
Choose a tag to compare

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).

Beta Release v1.3

13 Dec 06:48
39320dc
Compare
Choose a tag to compare

Added following new features:

  1. More faster due to precompiled regular expressions
  2. It will now find hidden secrets.

Faster, Added Reverse DNS feature for IPv4 finding

26 Nov 12:41
eb01da6
Compare
Choose a tag to compare

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

Added option to search your own domain

21 Nov 09:47
380617c
Compare
Choose a tag to compare

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.

Added more cloud services services

21 Nov 07:18
3a96f29
Compare
Choose a tag to compare

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.