-
Notifications
You must be signed in to change notification settings - Fork 1.7k
OperationalError: database is locked #159
Comments
Just got a lot more Exception happened during processing of request from----------------------------------------
|
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
The text was updated successfully, but these errors were encountered: