You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, as soon as i try to create a hostile portal ap i get this traceback error:
Traceback (most recent call last):
File "/usr/lib/python3.12/configparser.py", line 767, in get
value = d[option]
~^^^^^^^^
File "/usr/lib/python3.12/collections/init.py", line 1015, in getitem
return self.missing(key) # support subclasses that define missing
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/collections/init.py", line 1007, in missing
raise KeyError(key)
KeyError: 'llmnr'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/eaphammer/local/Responder/Responder.py", line 64, in
settings.Config.populate(options)
File "/usr/share/responder/settings.py", line 119, in populate
self.LLMNR_On_Off = self.toBool(config.get('Responder Core', 'LLMNR'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/configparser.py", line 770, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'llmnr' in section: 'Responder Core'
I already located the config file under /usr/share/Responder/Responder.conf. The head of the file looks like this: [Responder Core]
; Poisoners to start
MDNS = On
LLMNR = On
NBTNS = On
; Servers to start
SQL = On
SMB = On
RDP = On
Kerberos = On
FTP = On
POP = On
SMTP = On
IMAP = On
HTTP = On
HTTPS = On
DNS = On
LDAP = On
DCERPC = On
WINRM = On
SNMP = Off
MQTT = On
Then i found another config file /etc/responder/Responder.conf. This time the file doesn't contain llmnr at all. I added llmnr = On to the second file aswell but it got overwritten and deleted as soon as i started eaphammer. Im not sure if thats an issue on my side or how to resolve it.
The text was updated successfully, but these errors were encountered:
Hey, as soon as i try to create a hostile portal ap i get this traceback error:
Traceback (most recent call last):
File "/usr/lib/python3.12/configparser.py", line 767, in get
value = d[option]
~^^^^^^^^
File "/usr/lib/python3.12/collections/init.py", line 1015, in getitem
return self.missing(key) # support subclasses that define missing
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/collections/init.py", line 1007, in missing
raise KeyError(key)
KeyError: 'llmnr'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/eaphammer/local/Responder/Responder.py", line 64, in
settings.Config.populate(options)
File "/usr/share/responder/settings.py", line 119, in populate
self.LLMNR_On_Off = self.toBool(config.get('Responder Core', 'LLMNR'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/configparser.py", line 770, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'llmnr' in section: 'Responder Core'
I already located the config file under /usr/share/Responder/Responder.conf. The head of the file looks like this: [Responder Core]
; Poisoners to start
MDNS = On
LLMNR = On
NBTNS = On
; Servers to start
SQL = On
SMB = On
RDP = On
Kerberos = On
FTP = On
POP = On
SMTP = On
IMAP = On
HTTP = On
HTTPS = On
DNS = On
LDAP = On
DCERPC = On
WINRM = On
SNMP = Off
MQTT = On
Then i found another config file /etc/responder/Responder.conf. This time the file doesn't contain llmnr at all. I added llmnr = On to the second file aswell but it got overwritten and deleted as soon as i started eaphammer. Im not sure if thats an issue on my side or how to resolve it.
The text was updated successfully, but these errors were encountered: