From 165a362fde07f7d332e97cf95af1dd4e82a0a0d4 Mon Sep 17 00:00:00 2001 From: lgandx Date: Sun, 5 Jun 2016 20:01:37 -0500 Subject: [PATCH] Set AutoIgnoreAfterSuccess = Off by default, up to the pentester to disable it. --- Responder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Responder.conf b/Responder.conf index e0bf7eb..dc86a48 100644 --- a/Responder.conf +++ b/Responder.conf @@ -47,7 +47,7 @@ DontRespondToName = ; If set to On, we will stop answering further requests from a host ; if a hash hash been previously captured for this host. -AutoIgnoreAfterSuccess = On +AutoIgnoreAfterSuccess = Off [HTTP Server]