10000 Unhandled exception (#ae024d07) · Issue #4664 · sqlmapproject/sqlmap · GitHub
[go: up one dir, main page]

Skip to content

Unhandled exception (#ae024d07) #4664

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.5.4.5#dev
Python version: 3.6.9
Operating system: Linux-4.15.0-124-generic-x86_64-with-Ubuntu-18.04-bionic
Command line: sqlmap.py -u ************************************************************ --random-agent --answers=************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************ --ignore-code=400 --ignore-code=401 --ignore-code=403 --ignore-code=404 --ignore-code=500 --ignore-code=501 --ignore-code=502 --ignore-code=503 --ignore-redirects -f --keep-alive --threads=3 --risk=3 --level=5 --no-cast --tor-type=SOCKS5 -D ********* -T ********* -C ****************** --dump
Technique: BOOLEAN
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 216, in main
    start()
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 703, in start
    action()
  File "lib/controller/action.py", line 163, in action
    conf.dbmsHandler.dumpTable()
  File "plugins/generic/entries.py", line 430, in dumpTable
    value = NULL if column in emptyColumns else inject.getValue(query, union=False, error=False, dump=True)
  File "lib/core/decorators.py", line 96, in _
    result = f(*args, **kwargs)
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/request/inject.py", line 468, in getValue
    value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
  File "lib/request/inject.py", line 308, in _goInferenceProxy
    outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump)
  File "lib/request/inject.py", line 154, in _goInferenceFields
    output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field)
  File "lib/request/inject.py", line 121, in _goInference
    length = queryOutputLength(injExpression, payload)
  File "lib/techniques/blind/inference.py", line 722, in queryOutputLength
    count, length = bisection(payload, lengthExprUnescaped, charsetType=CHARSET_TYPE.DIGITS)
  File "lib/techniques/blind/inference.py", line 648, in bisection
    val = getChar(index, asciiTbl, not(charsetType is None and conf.charset))
  File "lib/techniques/blind/inference.py", line 360, in getChar
    result = Request.queryPage(forgedPayload, timeBasedCompare=timeBasedCompare, raise404=False)
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/request/connect.py", line 1450, in queryPage
    page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
  File "lib/request/connect.py", line 606, in getPage
    conn = _urllib.request.urlopen(req)
  File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 526, in open
    response = self._open(req, data)
  File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
    '_open', req)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "thirdparty/keepalive/keepalive.py", line 356, in http_open
    return self.do_open(req)
  File "thirdparty/keepalive/keepalive.py", line 227, in do_open
    h = self._cm.get_ready_conn(host)
  File "thirdparty/keepalive/keepalive.py", line 172, in get_ready_conn
    if self._readymap[c]:
KeyError: <thirdparty.keepalive.keepalive.HTTPConnection object at 0x7ff999109ef0>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0