devanshbatham / OpenRedireX

A fuzzer for detecting open redirect vulnerabilities
MIT License
690 stars 129 forks source link

SSL error in data received #5

Closed drown95 closed 4 years ago

drown95 commented 4 years ago

[+] Total URLs loaded : 1 [+] Total Payloads loaded : 44 [+] Scanning Started [Only Suspected URLs with redirect history will be displayed , all others will be ignored]

SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7fd6a6902400> transport: <_SelectorSocketTransport fd=6 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata self._sslobj.unwrap() File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609) SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7fd6a5eb3c88> transport: <_SelectorSocketTransport fd=8 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata self._sslobj.unwrap() File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609) SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7fd6a5ebaa90> transport: <_SelectorSocketTransport fd=29 read=polling write=<idle, bufsize=0>> Traceback (most recent call last):

may i know how to fix? :(

ThoundsN commented 4 years ago

same probelm, not good to use

devanshbatham commented 4 years ago

Provide clear steps to reproduce and a URL against which you are testing , so that I can look into this further