owasp-amass / amass

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

Requests are not sent during the process. #877

Open ryoma30 opened 1 year ago

ryoma30 commented 1 year ago

For a domain found in passive mode with approximately 5,000 IPs, attempting to obtain IPs in active mode will yield no results after approximately 3,000 are found. The process remains, but the new subdomain does not appear. Also, when I check with the local proxy, requests are no longer being sent.

command: amass enum -ip -rf resolvers.txt -config config.ini

config.ini:

mode = active
output_directory = <output_directory>
maximum_dns_queries = 20000

[scope]
[scope.domains]
domain = <domain>