From e8e3f155f233f7a3312f996a82f63f6b97e85998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laban=20Sk=C3=B6llermark?= <65019367+LabanSkollerDefensify@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:07:14 +0200 Subject: [PATCH] Correct Analyze log filename The default filename for Analyze logs is Analyzer-Session.log, not Analyze-Session.log. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 285178d..829cddd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ All hashes are printed to stdout and dumped in an unique file John Jumbo complia Log files are located in the "logs/" folder. Hashes will be logged and printed only once per user per hash type, unless you are using the Verbose mode (-v). - Responder will log all its activity to Responder-Session.log -- Analyze mode will be logged to Analyze-Session.log +- Analyze mode will be logged to Analyzer-Session.log - Poisoning will be logged to Poisoners-Session.log Additionally, all captured hashed are logged into an SQLite database which you can configure in Responder.conf