Closed
Description
Running version: 1.9.3.3#dev
Python version: 3.11.0a7
Operating system: Windows-10-10.0.26100-SP0
Command line: sqlmap.py -r ***** --batch --dbs
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "lib/request/connect.py", line 659, in getPage
conn = _urllib.request.urlopen(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 1377, in http_open
return self.do_open(http.client.HTTPConnection, req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/urllib/request.py", line 1352, in do_open
r = h.getresponse()
^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/http/client.py", line 1374, in getresponse
response.begin()
^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/http/client.py", line 318, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/onefox/Python311-32/Lib/http/client.py", line 287, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "sqlmap.py", line 222, in main
start()
^^^^^^^
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/controller/controller.py", line 436, in start
if not checkConnection(suppressOutput=conf.forms):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/controller/checks.py", line 1494, in checkConnection
page, headers, _ = Request.queryPage(content=True, noteResponseTime=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/request/connect.py", line 1588, 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 854, in getPage
except (_urllib.error.URLError, socket.error, socket.timeout, _http_client.HTTPException, struct.error, binascii.Error, ProxyError, SqlmapCompressionException, WebSocketException, TypeError, ValueError, OverflowError, AttributeError, OSError, AssertionError, KeyError):
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'thirdparty.six.moves.urllib.error' has no attribute 'ignoreTimeouts'