mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Better approach for #1320
This commit is contained in:
@@ -770,7 +770,7 @@ def dictionaryAttack(attack_dict):
|
||||
|
||||
except Exception, ex:
|
||||
warnMsg = "there was a problem while loading dictionaries"
|
||||
warnMsg += " ('%s')" % getUnicode(ex)
|
||||
warnMsg += " ('%s')" % ex.message
|
||||
logger.critical(warnMsg)
|
||||
|
||||
message = "do you want to use common password suffixes? (slow!) [y/N] "
|
||||
|
||||
Reference in New Issue
Block a user