Skip to content

Unhandled exception (#bb53f7ab) #6086

Description

@sqlmapreporter
Running version: 1.10.7.110#dev
Python version: 3.13.12
Operating system: Linux-6.19.14+kali-amd64-x86_64-with-glibc2.42
Command line: sqlmap.py -r ******* --delay 4 --random-agent --batch --force-ssl
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 255, in main
    start()
    ~~~~~^^
  File "lib/core/decorators.py", line 103, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 578, in start
    checkStability()
    ~~~~~~~~~~~~~~^^
  File "lib/controller/checks.py", line 1375, in checkStability
    secondPage, _, _ = Request.queryPage(content=True, noteResponseTime=False, raise404=False)
                       ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/core/decorators.py", line 103, in _
    result = f(*args, **kwargs)
  File "lib/request/connect.py", line 1646, 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 1012, in getPage
    processResponse(page, responseHeaders, code, status)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/request/basic.py", line 405, in processResponse
    parseResponse(page, responseHeaders if kb.processResponseCounter < PARSE_HEADERS_LIMIT else None, status)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/request/basic.py", line 156, in parseResponse
    htmlParser(page if not status else "%s\n\n%s" % (status, page))
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/parse/html.py", line 89, in htmlParser
    parseXmlFile(xmlfile, handler)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "lib/core/common.py", line 2492, in parseXmlFile
    parse(stream, handler)
    ~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
    ~~~~~~~~~~~~^^^^^^^^
  File "/usr/lib/python3.13/xml/sax/expatreader.py", line 105, in parse
    xmlreader.IncrementalParser.parse(self, source)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/xml/sax/xmlreader.py", line 124, in parse
    self.feed(buffer)
    ~~~~~~~~~^^^^^^^^
  File "/usr/lib/python3.13/xml/sax/expatreader.py", line 211, in feed
    self._parser.Parse(data, isFinal)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/Modules/pyexpat.c", line 471, in StartElement
  File "/usr/lib/python3.13/xml/sax/expatreader.py", line 341, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'str' object is not callable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions