From 8c7d35aaf9c0541593c7e5282a30550801e186cd Mon Sep 17 00:00:00 2001 From: fleetcaptain Date: Wed, 13 Jun 2018 22:44:53 -0700 Subject: [PATCH] - 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0944790..2493711 100644 --- a/README.md +++ b/README.md @@ -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