assetfinder
https://github.com/tomnomnom/assetfinder
Find domains and subdomains related to a given domain
Name
Description
Metadata
Install:
go install github.com/tomnomnom/assetfinder@latestExample Usage on Ubuntu
Get subdomains only
echo "{domain_name}" | assetfinder -subs-only | sort -uSave output to a file
PREREQUISITE:
echo "{domain_name}" | assetfinder -subs-only | sort -u | anew assetfinder-output.txtLast updated
Was this helpful?