amass
amass copied to clipboard
Feature Enhancement: Provide option that will tell user what will happen before sending any packets
@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 that would be a great addition, regarding the fact that the description of -active and -passive flags is kinda vague.