Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

OperationalError: database is locked #159

@Techno-Fox

Description

@Techno-Fox

Was using responder on a test lab network and came to an error.
The command : responder -FPwfdbr -I eth0

The error :

Exception happened during processing of request from ('10.65.2.86', 58111)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 655, in init
self.handle()
File "/usr/share/responder/poisoners/LLMNR.py", line 81, in handle
'AnalyzeMode': '0',
File "/usr/share/responder/utils.py", line 242, in SavePoisonersToDb
res = cursor.execute("SELECT COUNT(*) AS count FROM Poisoned WHERE Poisoner=? AND SentToIp=? AND ForName=? AND AnalyzeMode=?", (result['Poisoner'], result['SentToIp'], result['ForName'], result['AnalyzeMode']))
OperationalError: database is locked

P.S. Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions