mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -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
|
# Poisoners
|
||||||
self.LLMNR_On_Off = self.toBool(config.get('Responder Core', 'LLMNR'))
|
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'))
|
self.MDNS_On_Off = self.toBool(config.get('Responder Core', 'MDNS'))
|
||||||
|
|
||||||
# Servers
|
# Servers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue