Stabilizing DREI

This commit is contained in:
Miroslav Stampar
2019-05-03 13:20:15 +02:00
parent d8c62e0beb
commit f6f6844a0d
52 changed files with 347 additions and 334 deletions

View File

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