Skip to content

You pass it a domain, it returns domains and subdomains potentially linked to it.

Notifications You must be signed in to change notification settings

gcmartinelli/assetfynder

Repository files navigation

assetfynder

Find domains and subdomains potentially related to a given domain.

Inspired by assetfinder

Installation

pip install .

Usage

Usage: assetfynder [OPTIONS] DOMAIN [OUT]

  Returns possible subdomains for a  given URL. Can append results to an
  output filename if one is given; else prints to stdout.

Options:
  --verbose    Output more information during execution
  --nowayback  Do not incorporate wayback machine results
  --help       Show this message and exit.

assetfynder example.com prints to the terminal all discovered subdomains for example.com

assetfynder example.com subdomains.txt saves to subdomains.txt all discovered subdomains for example.com

About

You pass it a domain, it returns domains and subdomains potentially linked to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages