- 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:
parent
adfd5601f1
commit
8c7d35aaf9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue