Git Product home page Git Product logo

Comments (3)

maurosoria avatar maurosoria commented on August 28, 2024

Hi Percent01, thank you for your feedback

I'll be patching this issue in the next release (next week).

Thanks

from dirsearch.

S0ykot avatar S0ykot commented on August 28, 2024

Traceback (most recent call last):
File "/root/dirsearch/thirdparty/requests/packages/urllib3/connectionpool.py", line 544, in urlopen
body=body, headers=headers)
File "/root/dirsearch/thirdparty/requests/packages/urllib3/connectionpool.py", line 341, in _make_request
self._validate_conn(conn)
File "/root/dirsearch/thirdparty/requests/packages/urllib3/connectionpool.py", line 761, in validate_conn
conn.connect()
File "/root/dirsearch/thirdparty/requests/packages/urllib3/connection.py", line 238, in connect
ssl_version=resolved_ssl_version)
File "/root/dirsearch/thirdparty/requests/packages/urllib3/util/ssl
.py", line 279, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/lib/python3.2/ssl.py", line 189, in wrap_socket
_context=self)
File "/usr/lib/python3.2/ssl.py", line 276, in init
raise x
File "/usr/lib/python3.2/ssl.py", line 272, in init
self.do_handshake()
File "/usr/lib/python3.2/ssl.py", line 451, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 8] _ssl.c:392: EOF occurred in violation of protocol

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/dirsearch/thirdparty/requests/adapters.py", line 368, in send
timeout=timeout
File "/root/dirsearch/thirdparty/requests/packages/urllib3/connectionpool.py", line 574, in urlopen
raise SSLError(e)
thirdparty.requests.packages.urllib3.exceptions.SSLError: [Errno 8] _ssl.c:392: EOF occurred in violation of protocol

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/dirsearch/lib/connection/Requester.py", line 132, in request
headers=headers, timeout=self.timeout)
File "/root/dirsearch/thirdparty/requests/sessions.py", line 482, in get
return self.request('GET', url, **kwargs)
File "/root/dirsearch/thirdparty/requests/sessions.py", line 470, in request
resp = self.send(prep, **send_kwargs)
File "/root/dirsearch/thirdparty/requests/sessions.py", line 578, in send
r = adapter.send(request, **kwargs)
File "/root/dirsearch/thirdparty/requests/adapters.py", line 426, in send
raise SSLError(e, request=request)
thirdparty.requests.exceptions.SSLError: [Errno 8] _ssl.c:392: EOF occurred in violation of protocol

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.2/threading.py", line 740, in _bootstrap_inner
self.run()
File "/usr/lib/python3.2/threading.py", line 693, in run
self._target(*self._args, **self._kwargs)
File "/root/dirsearch/lib/core/Fuzzer.py", line 134, in thread_proc
status, response = self.scan(path)
File "/root/dirsearch/lib/core/Fuzzer.py", line 109, in scan
response = self.requester.request(path)
File "/root/dirsearch/lib/connection/Requester.py", line 139, in request
except ConnectionResetError as e:
NameError: global name 'ConnectionResetError' is not defined

I'm facing this problem.

from dirsearch.

mabrafooMSFT avatar mabrafooMSFT commented on August 28, 2024

Might be useful for others..
psf/requests#606 (comment)

from dirsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.