Skip to content

Find domains and subdomains related to a given domain

License

Notifications You must be signed in to change notification settings

cybercdh/assetfinder

This branch is 25 commits ahead of tomnomnom/assetfinder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85fa6c4 · Sep 25, 2023

History

44 Commits
Jun 23, 2019
Jun 23, 2019
Jun 23, 2019
May 31, 2023
Dec 29, 2022
Dec 30, 2022
Jan 20, 2020
Nov 30, 2022
Jul 21, 2021
Dec 30, 2022
Dec 29, 2022
Jun 23, 2019
Sep 25, 2023
Dec 29, 2022
Dec 29, 2022
Jun 23, 2019
Dec 30, 2022
Sep 25, 2023
Dec 30, 2022
Jun 24, 2019
Dec 1, 2022
Nov 23, 2022
Jun 23, 2019
Jul 18, 2019
Jun 23, 2019
Jun 23, 2019

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 install github.com/cybercdh/assetfinder@cybercdh

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

  • jldc.me
  • dnshistory.org
  • Arquivo
  • Maltiverse
  • AlienVault
  • dnsspy.io
  • crt.sh
  • certspotter
  • hackertarget
  • threatcrowd
  • wayback machine
    • Need to use the -w flag to enable this as it sometimes is quite slow.
  • dns.bufferover.run
  • facebook
  • virustotal
  • findsubdomains
    • Needs SPYSE_API_TOKEN environment variable set (the free version always gives the first response page, and you also get "25 unlimited requests") — (https://spyse.com/apidocs)
  • riddler.io

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

About

Find domains and subdomains related to a given domain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.3%
  • Shell 6.7%