Skip to content

Releases: incogbyte/shosubgo

V.3.1

05 Oct 12:05
9cf4320
Compare
Choose a tag to compare

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

V3.0

09 Jun 16:27
6364965
Compare
Choose a tag to compare

Thanks to @Vulnpire to add subs from wordlist now we can use shosubgo with a subdomain wordlist

v2.0

20 May 18:58
19f05b1
Compare
Choose a tag to compare

output directory with domains

1.1 stable

11 Feb 13:36
ea4888a
Compare
Choose a tag to compare

alter output without -v flag to show only domains.

1.0 Stable

07 Feb 17:59
5a8af86
Compare
Choose a tag to compare

All bins for amd64 arch