mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-05 20:41:22 -07:00
minox typo fix
This commit is contained in:
parent
413bc8be31
commit
ccbcd1736f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Settings:
|
|||
|
||||
# Poisoners
|
||||
self.LLMNR_On_Off = self.toBool(config.get('Responder Core', 'LLMNR'))
|
||||
self.NBNS_On_Off = self.toBool(config.get('Responder Core', 'NBTNS'))
|
||||
self.NBTNS_On_Off = self.toBool(config.get('Responder Core', 'NBTNS'))
|
||||
self.MDNS_On_Off = self.toBool(config.get('Responder Core', 'MDNS'))
|
||||
|
||||
# Servers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue