Skip to content

Unhandled exception (#9b1d7d1c) #2226

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0.9.17#dev
Python version: 2.7.3
Operating system: posix
Command line: sqlmap.py -u ***************************************************************************************************************** --dbs --random-agent -p man --tamper=charencode --dbms=mysql --technique=B
Technique: BOOLEAN
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 149, in main
    start()
  File "lib/controller/controller.py", line 633, in start
    action()
  File "lib/controller/action.py", line 32, in action
    setHandler()
  File "lib/controller/handler.py", line 104, in setHandler
    if handler.checkDbms():
  File "plugins/dbms/mysql/fingerprint.py", line 168, in checkDbms
    result = inject.checkBooleanExpression("QUARTER(NULL) IS NULL")
  File "lib/request/inject.py", line 492, in checkBooleanExpression
    return getValue(expression, expected=EXPECTED.BOOL, charsetType=CHARSET_TYPE.BINARY, suppressOutput=True, expectingNone=expectingNone)
  File "lib/request/inject.py", line 427, in getValue
    value = _goBooleanProxy(booleanExpression)
  File "lib/request/inject.py", line 313, in _goBooleanProxy
    output = hashDBRetrieve(expression, checkConf=True)
  File "lib/core/common.py", line 3991, in hashDBRetrieve
    retVal = conf.hashDB.retrieve(_, unserialize) if kb.resumeValues and not (checkConf and any((conf.flushSession, conf.freshQueries))) else None
  File "lib/utils/hashdb.py", line 81, in retrieve
    for row in self.cursor.execute("SELECT value FROM storage WHERE id=?", (hash_,)):
OperationalError: Could not decode to UTF-8 column 'value' with text '\xf8\x90\x81\x86\xfc\xb0\x81\xace'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions