Responder
Responder copied to clipboard
Add options for poisoners
I recently had a coworker ask how they could disable NBTNS poisoning specifically, and since the only way to do that was to modify the code, I thought, why not add in the option to do it in the config?
Specifically:
[Responder Core]
; Poisoners to start
MDNS = On
LLMNR = On
NBTNS = On
; Servers to start
SQL = On
... etc