Skip to content

Find domains and subdomains related to a given domain

License

Notifications You must be signed in to change notification settings

Jinone/assetfinder

 
 

Repository files navigation

assetfinder

Find domains and subdomains potentially related to a given domain.

Install

If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go get -u github.com/Jinone/assetfinder

Otherwise download a release for your platform. To make it easier to execute you can put the binary in your $PATH.

Usage

assetfinder [--subs-only] <domain>

Sources

Please feel free to issue pull requests with new sources! :)

Implemented

  • crt.sh
  • certspotter
  • hackertarget
  • threatcrowd
  • wayback machine
  • facebook
    • Needs FB_APP_ID and FB_APP_SECRET environment variables set
    • You need to be careful with your app's rate limits
  • virustotal
    • Needs VT_API_KEY environment variable set
  • findsubdomains
    • Needs SPYSE_API_TOKEN environment variable set (the free version always gives the first response page, and you also get "25 unlimited requests")

Sources to be implemented

TODO

  • Flags to control which sources are used
    • Likely to be all on by default and a flag to disable
  • Read domains from stdin

study

Add Bufferover

Add Passivetotal Needs RISK_EMAIL and RISK_KEY environment variable set https://community.riskiq.com just for study

About

Find domains and subdomains related to a given domain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.7%
  • Shell 10.3%