forked from SpiderLabs/Responder
-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
sqlite3.OperationalError: unable to open database file repeated exception #293
Comments
Hi there,
This was fixed in Responder, not sure why Kali didn't update it yet.
You can always download and run Responder locally.
…On Tue, Oct 8, 2024, 5:50 AM garilla2 ***@***.***> wrote:
On the latest clean and updated version of kali (tried multiple old
updated boxes, and clean installs)
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.3"
VERSION="2024.3"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
We are getting repeated errors using responder as below:
[*] [MDNS] Poisoned answer sent to 192.168.X.X for name
LAPTOP-XXXXXX(6681)._dosvc
Exception occurred during processing of request from
('::ffff:192.168.X.X', 5353, 0, 0)
Traceback (most recent call last):
File "/usr/lib/python3.11/socketserver.py", line 691, in
process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.11/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.11/socketserver.py", line 755, in *init*
self.handle()
File "/usr/share/responder/poisoners/MDNS.py", line 78, in handle
SavePoisonersToDb({
File "/usr/share/responder/utils.py", line 391, in SavePoisonersToDb
cursor = sqlite3.connect(settings.Config.DatabaseFile)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
s1.jpg (view on web)
<https://github.com/user-attachments/assets/48818651-558c-450c-a271-315ee599e681>
—
Reply to this email directly, view it on GitHub
<#293>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC5Q2E57F55BHNM64IX62DZ2OMFPAVCNFSM6AAAAABPRVVPFSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TENJTGYZTSNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for timely response, will do so. |
@garilla2 Did you get Responder working from git? Can you close this issue if you did? |
Good morning, and apologies for my tardy response. I used your version as recommended, and while there was less verbosity in the error generation, I had the exact same sqllite errors as above. |
Can you provide the command line you used to launch Responder?
…On Tue, Oct 15, 2024, 4:31 AM garilla2 ***@***.***> wrote:
Good morning, and apologies for my tardy response. I used your version as
recommended, and while there was less verbosity in the error generation, I
had the exact same sqllite errors as above.
—
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC5Q2EHBBFYEEENFULDMNLZ3TAFZAVCNFSM6AAAAABPRVVPFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTGEYDSMZSGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the latest clean and updated version of kali (tried multiple old updated boxes, and clean installs)
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.3"
VERSION="2024.3"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
We are getting repeated errors using responder as below:
[*] [MDNS] Poisoned answer sent to 192.168.X.X for name LAPTOP-XXXXXX(6681)._dosvc
Exception occurred during processing of request from ('::ffff:192.168.X.X', 5353, 0, 0)
Traceback (most recent call last):
File "/usr/lib/python3.11/socketserver.py", line 691, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.11/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.11/socketserver.py", line 755, in init
self.handle()
File "/usr/share/responder/poisoners/MDNS.py", line 78, in handle
SavePoisonersToDb({
File "/usr/share/responder/utils.py", line 391, in SavePoisonersToDb
cursor = sqlite3.connect(settings.Config.DatabaseFile)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: