assetfinder

https://github.com/tomnomnom/assetfinder Find domains and subdomains related to a given domain

Name
Description
Metadata

Find domains and subdomains related to a given domain

stars contributors watchers open-issues closed-issues last-commit

Install:

go install github.com/tomnomnom/assetfinder@latest

Example Usage on Ubuntu

Get subdomains only

echo "{domain_name}" | assetfinder -subs-only | sort -u

Save output to a file

PREREQUISITE:

echo "{domain_name}" | assetfinder -subs-only | sort -u | anew assetfinder-output.txt

Last updated

Was this helpful?