Skip to content

Efficient Subdomain Discovery Using the Shrewdeye API

Notifications You must be signed in to change notification settings

omkar7505/shrewdeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation


shrewdeye seamlessly integrates with the Shrewdeye API to uncover subdomains for a given domain or a list of domains. It streamlines the process of interacting with the API, making subdomain discovery effortless.

Installation

shrewdeye requires Golang to install successfully. Run the following command to install:

go install -v github.com/omkar7505/shrewdeye@latest

Usage:

shrewdeye [flags]

Flags:

-d - Single domain to query (required if -i is not used).
-i - File containing a list of domains to query (required if -d is not used).
-v - Only return subdomains with valid DNS information (default: false).
-o - File to write results to (default: print to console).
-h - Display help message.

Example Usage:

Discover subdomains for a single domain:

shrewdeye -d google.com

Process multiple domains from a file:

shrewdeye -i domains.txt

Filter for valid DNS records and save results:

shrewdeye -d google.com -v -o results.txt

About

Efficient Subdomain Discovery Using the Shrewdeye API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages