Update (drei)

This commit is contained in:
Miroslav Stampar
2019-04-30 13:20:31 +02:00
parent 70168855f9
commit 1e03b23ccb
11 changed files with 104 additions and 98 deletions

View File

@@ -408,6 +408,9 @@ if __name__ == "__main__":
main()
except KeyboardInterrupt:
pass
except:
if int(os.environ.get("SQLMAP_DREI", 0)):
traceback.print_exc()
finally:
# Reference: http://stackoverflow.com/questions/1635080/terminate-a-multi-thread-python-program
if threading.activeCount() > 1: