mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -541,6 +541,9 @@ def dictionaryAttack(attack_dict):
|
||||
|
||||
kb.wordlist = Wordlist(dictPaths)
|
||||
|
||||
if _multiprocessing:
|
||||
kb.wordlist.lock = _multiprocessing.Lock()
|
||||
|
||||
except sqlmapFilePathException, msg:
|
||||
warnMsg = "there was a problem while loading dictionaries"
|
||||
warnMsg += " ('%s')" % msg
|
||||
|
||||
Reference in New Issue
Block a user