owasp-amass / amass

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

Feature Enhancement: Provide option that will tell user what will happen before sending any packets #7

Open caffix opened 6 years ago

caffix commented 6 years ago

@sethsec indicated that it would be nice to have the ability to tack on an arg that will take all other command line input, and display what amass will do. Almost a dry run.

For example:

amass -d domain.com -active -brute -min-for-recursive 3 net --cidr 10.0.0.0/24 -

Output:

This command will deploy the following mechanisms: Passive Query: Source1 Passive Query: Source2 Active Query: Source/Type 1 (Forward DNS Request) Active Query: Source/Type 2 (Zone transfer Request) etc..

The idea is to provide the user a little bit more info so they can determine

s7x commented 5 years ago

@caffix that would be a great addition, regarding the fact that the description of -active and -passive flags is kinda vague.