Skip to content

V.3.1

Latest
Compare
Choose a tag to compare
@incogbyte incogbyte released this 05 Oct 12:05
· 3 commits to master since this release
9cf4320

Description: Added error handling within the domain processing loop to catch and print a message when there is an error fetching subdomains for a domain. This ensures that the script does not panic and exit upon encountering an error. Instead, it logs the error message and continues processing the next domain.

Skip Domains with No Subdomains:

Description: Introduced a check to skip domains that have no subdomains found. If the subdomain.SubDomains slice is empty, the script prints a message indicating that no subdomains were found for the domain and continues processing the next domain. This prevents unnecessary processing and output for domains with zero results.

Support for Input File with List of Domains:

Description: Added support to specify a file containing a list of domains using the -F flag. The script reads the domains from the file and processes each domain. This allows batch processing of multiple domains from a file, enhancing usability for larger lists of domains.

Description: Adjusted the command-line argument parsing to accommodate both single domain input (-d flag) and file input (-f flag). The script validates that either a single domain or a file with domains is provided and prints usage instructions if neither is supplied.

Fixing the Info account

Thanks to @FedySexyVibes!

What's Changed

New Contributors

Full Changelog: v3.0...v3.1