- Added a debugging option (--debug) that prints verbose DNS information as it is processed during the analysis module (-a)

- Fixed a bug where CNAME records could be incorrectly reported as A records
This commit is contained in:
fleetcaptain 2018-06-13 22:44:53 -07:00
parent adfd5601f1
commit 8c7d35aaf9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Short Form | Long Form | Description
-o | --output | Save discovered domain names to specified text file
-h | --help | show the help message and exit
-a | --analysis | Do analysis of the results and save to specified text file
| --debug | Print debug information during the analysis module (-a)
| --debug | Print debug information during the analysis module (-a). Prints mostly raw DNS data, familarity with the DIG Linux DNS utility and it's output is helpful to interpret the debug output
### Examples