mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 21:33:31 -07:00
Set AutoIgnoreAfterSuccess = Off by default, up to the pentester to disable it.
This commit is contained in:
parent
8171a96b9e
commit
165a362fde
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ DontRespondToName =
|
||||||
|
|
||||||
; If set to On, we will stop answering further requests from a host
|
; If set to On, we will stop answering further requests from a host
|
||||||
; if a hash hash been previously captured for this host.
|
; if a hash hash been previously captured for this host.
|
||||||
AutoIgnoreAfterSuccess = On
|
AutoIgnoreAfterSuccess = Off
|
||||||
|
|
||||||
[HTTP Server]
|
[HTTP Server]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue