We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613242e commit 2476c15Copy full SHA for 2476c15
1 file changed
sqlmap.py
@@ -30,6 +30,7 @@
30
from lib.core.common import setPaths
31
from lib.core.common import weAreFrozen
32
from lib.core.data import conf
33
+from lib.core.data import kb
34
from lib.core.data import logger
35
from lib.core.data import paths
36
from lib.core.exception import exceptionsTuple
@@ -113,6 +114,10 @@ def main():
113
114
else:
115
closeDumper(True)
116
117
+ finally:
118
+ kb.threadContinue = False
119
+ kb.threadException = True
120
+
121
dataToStdout("\n[*] shutting down at: %s\n\n" % time.strftime("%X"), forceOutput=True)
122
123
if __name__ == "__main__":
0 commit comments