owasp-amass / amass

In-depth attack surface mapping and asset discovery
https://owasp.org/www-project-amass/
Other
11.95k stars 1.88k forks source link

[Feature Request] Add -asn, -ns, -tld flags to db output #521

Open c3101 opened 3 years ago

c3101 commented 3 years ago

It would be really helpful to have the asn, nameserver and top level domain info for each entry found, similar to the -src flag when printing output from the db. When dealing with thousands of domains this helps!

caffix commented 3 years ago

@c3101 Have you tried using the amass db -json out.json -d example.com command for extracting such information?