mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
9d31230d5e
commit
3c31ccd16e
2 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue