mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Better place for setting flags
This commit is contained in:
@@ -188,12 +188,12 @@ def main():
|
||||
pass
|
||||
|
||||
finally:
|
||||
if conf.get("showTime"):
|
||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
|
||||
kb.threadContinue = False
|
||||
kb.threadException = True
|
||||
|
||||
if conf.get("showTime"):
|
||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
|
||||
if kb.get("tempDir"):
|
||||
shutil.rmtree(kb.tempDir, ignore_errors=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user