Unhandled exception (#b16ebb0f)
unreproducible
```
Running version: 1.10.6.12#dev
Python version: 3.13.12
Operating system: Linux-6.19.14+kali-amd64-x86_64-with-glibc2.42
Command line: /usr/bin/sqlmap -r ************ --level 5 --risk 3 --threads 10 -p pma_username
Technique: None
Back-end DBMS: None
```
```
Traceback (most recent call last):
File "sqlmap", line 222, in main
start()
~~~~~^^
File "/share/sqlmap/lib/core/decorators.py", line 99, in _
result = f(*args, **kwargs)
File "/share/sqlmap/lib/controller/controller.py", line 607, in start
injection = checkSqlInjection(place, parameter, value)
File "/share/sqlmap/lib/controller/checks.py", line 507, in checkSqlInjection
Request.queryPage(genCmpPayload(), place, raise404=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/core/decorators.py", line 99, in _
result = f(*args, **kwargs)
File "/share/sqlmap/lib/request/connect.py", line 1603, 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 "/share/sqlmap/lib/request/connect.py", line 1004, in getPage
processResponse(page, responseHeaders, code, status)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/request/basic.py", line 391, in processResponse
parseResponse(page, responseHeaders if kb.processResponseCounter < PARSE_HEADERS_LIMIT else None, status)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/request/basic.py", line 156, in parseResponse
htmlParser(page if not status else "%s\n\n%s" % (status, page))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/parse/html.py", line 89, in htmlParser
parseXmlFile(xmlfile, handler)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/core/common.py", line 2432, in parseXmlFile
parse(stream, handler)
~~~~~^^^^^^^^^^^^^^^^^
File "/lib/python3.13/xml/sax/__init__.py", line 33, in parse
parser.parse(source)
~~~~~~~~~~~~^^^^^^^^
File "/lib/python3.13/xml/sax/expatreader.py", line 105, in parse
xmlreader.IncrementalParser.parse(self, source)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/lib/python3.13/xml/sax/xmlreader.py", line 124, in parse
self.feed(buffer)
~~~~~~~~~^^^^^^^^
File "/lib/python3.13/xml/sax/expatreader.py", line 211, in feed
self._parser.Parse(data, isFinal)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/home/*******/CTF/Modules/pyexpat.c", line 471, in StartElement
File "/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
```
关闭于 2026-06-14 0 条评论