Minor patch

This commit is contained in:
Miroslav Stampar
2018-07-18 16:30:59 +02:00
parent 6bb486c1bf
commit 9f2bc00426
3 changed files with 4 additions and 3 deletions

View File

@@ -168,6 +168,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
except (KeyboardInterrupt, SqlmapUserQuitException), ex:
print
kb.prependFlag = False
kb.threadContinue = False
kb.threadException = True