minor update

This commit is contained in:
Miroslav Stampar
2011-10-26 22:37:04 +00:00
parent 9d31230d5e
commit 3c31ccd16e
2 changed files with 14 additions and 2 deletions

View File

@@ -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