mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
major improvement of HashDB speed in multi-threaded mode
This commit is contained in:
parent
e94efff187
commit
b117c40aa5
3 changed files with 29 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue