owasp-amass / amass

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

Add support for TLD enum #942

Open BLACK-SCORP10 opened 1 year ago

BLACK-SCORP10 commented 1 year ago

If there are multiple TLDS for the example domain, such as sg, vn, co.id, co.th, com, com.ph, and com.my, they can all be tested at once.

Query example would be like this

amass -d example.(sg|vn|co.id|co.th|com|com.ph|com.my) Or whatever is better