-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
sqlmap version: 1.0-dev-nongit-20150925
Python version: 2.7.9
Operating system: posix
Command line: /usr/bin/sqlmap -u ************************************************************* -D ************* -T ******** -C ******************************* --dump
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap", line 100, in main
start()
File "share/sqlmap/lib/controller/controller.py", line 625, in start
action()
File "share/sqlmap/lib/controller/action.py", line 127, in action
conf.dbmsHandler.dumpTable()
File "share/sqlmap/plugins/generic/entries.py", line 341, in dumpTable
attackDumpedTable()
File "share/sqlmap/lib/utils/hash.py", line 474, in attackDumpedTable
results = dictionaryAttack(attack_dict)
File "share/sqlmap/lib/utils/hash.py", line 922, in dictionaryAttack
_bruteProcessVariantB(user, hash_, kwargs, hash_regex, suffix, retVal, found_, 0, 1, kb.wordlists, custom_wordlist)
File "share/sqlmap/lib/utils/hash.py", line 604, in _bruteProcessVariantB
current = __functions__[hash_regex](password=word, uppercase=False, **kwargs)
File "share/sqlmap/lib/utils/hash.py", line 335, in wordpress_passwd
_.update(password)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 8: ordinal not in range(128)
Reactions are currently unavailable