Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not defined config option llmnr #225

Open
Commander99 opened this issue Oct 13, 2024 · 1 comment
Open

not defined config option llmnr #225

Commander99 opened this issue Oct 13, 2024 · 1 comment

Comments

@Commander99
Copy link

Commander99 commented Oct 13, 2024

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.

@unsinc
Copy link

unsinc commented Oct 14, 2024

same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants