Releases: incogbyte/shosubgo
V.3.1
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
- Update main.go by @FedySexyVibes in #13
New Contributors
- @FedySexyVibes made their first contribution in #13
Full Changelog: v3.0...v3.1
V3.0
v2.0
1.1 stable
alter output without -v flag to show only domains.
1.0 Stable
All bins for amd64 arch