assetfinder

https://github.com/tomnomnom/assetfinderarrow-up-right Find domains and subdomains related to a given domain

Name
Description
Metadata

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