Skip to content

Unhandled exception (#ea0abd95) #1439

@sqlmapreporter

Description

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions