mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
major improvement of HashDB speed in multi-threaded mode
This commit is contained in:
@@ -65,6 +65,13 @@ def getCurrentThreadData():
|
||||
|
||||
return ThreadData
|
||||
|
||||
def getCurrentThreadName():
|
||||
"""
|
||||
Returns current's thread name
|
||||
"""
|
||||
|
||||
return threading.current_thread().getName()
|
||||
|
||||
def exceptionHandledFunction(threadFunction):
|
||||
try:
|
||||
threadFunction()
|
||||
|
||||
Reference in New Issue
Block a user