mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
fix for Bug #166 (Keyboard interrupt in Python threading)
This commit is contained in:
@@ -960,6 +960,7 @@ def __setConfAttributes():
|
||||
conf.seqLock = None
|
||||
conf.sessionFP = None
|
||||
conf.start = True
|
||||
conf.threadContinue = True
|
||||
conf.threadException = False
|
||||
conf.wFileType = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user