You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "lib/request/connect.py", line 659, in getPage
conn = _urllib.request.urlopen(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 1377, in http_open
return self.do_open(http.client.HTTPConnection, req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/urllib/request.py", line 1352, in do_open
r = h.getresponse()
^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/http/client.py", line 1374, in getresponse
response.begin()
^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/http/client.py", line 318, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "D:/Python311-32/Lib/http/client.py", line 300, in _read_status
raise BadStatusLine(line)
^^^^^^^^^^^^^^^^^^^^^^^^^
http.client.BadStatusLine: ������P
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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: