amass icon indicating copy to clipboard operation
amass copied to clipboard

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

Open caffix opened this issue 6 years ago • 1 comments

@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

caffix avatar Jul 24 '18 18:07 caffix

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

s7x avatar Apr 30 '19 08:04 s7x