-
-
Notifications
You must be signed in to change notification settings - Fork 855
Description
Got this error recently. Not sure if anyone else had this, but the small fix was adding
QUIC = Off
or
QUIC = On
To the responder config file. Not sure if that actually fixes anything on the backend. But it runs for me without errors.
sudo responder -I eth0
__
.----.-----.-----.-----.-----.-----.--| |.-----.----.
| _| -| --| _ | _ | | _ || -| _|
|| ||| ||||||||
|_|
NBT-NS, LLMNR & MDNS Responder 3.1.6.0
To support this project:
Github -> https://github.com/sponsors/lgandx
Paypal -> https://paypal.me/PythonResponder
Author: Laurent Gaffie (laurent.gaffie@gmail.com)
To kill this script hit CTRL-C
Traceback (most recent call last):
File "/usr/lib/python3.13/configparser.py", line 818, in get
value = d[option]
~^^^^^^^^
File "/usr/lib/python3.13/collections/init.py", line 1019, in getitem
return self.missing(key) # support subclasses that define missing
~~~~~~~~~~~~~~~~^^^^^
File "/usr/lib/python3.13/collections/init.py", line 1011, in missing
raise KeyError(key)
KeyError: 'quic'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/responder/./Responder.py", line 67, in
settings.Config.populate(options)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/share/responder/settings.py", line 127, in populate
self.QUIC_On_Off = self.toBool(config.get('Responder Core', 'QUIC'))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/configparser.py", line 821, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'quic' in section: 'Responder Core'