Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SSL: UNSUPPORTED_PROTOCOL #11

Open
aaxxtt opened this issue Jan 2, 2021 · 1 comment
Open

[SSL: UNSUPPORTED_PROTOCOL #11

aaxxtt opened this issue Jan 2, 2021 · 1 comment

Comments

@aaxxtt
Copy link

aaxxtt commented Jan 2, 2021

[!] Scan URL or List of URLs? [1/2]: 1
[!] Enter the URL: https://localhost/index.php?id=12

[!] Fingerprinting the backend Technologies.
Traceback (most recent call last):
File "scan.py", line 63, in
urls_or_list()
File "scan.py", line 38, in urls_or_list
rce_func(url)
File "/home/sec/tools/web/vulnz.py", line 50, in rce_func
headers_reader(url)
File "/home/sec/tools/web/headers.py", line 33, in headers_reader
opener = urllib.urlopen(url)
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 215, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 445, in open_https
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1078, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 894, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 856, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 1303, in connect
server_hostname=server_hostname)
File "/usr/lib/python2.7/ssl.py", line 369, in wrap_socket
_context=self)
File "/usr/lib/python2.7/ssl.py", line 599, in init
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
IOError: [Errno socket error] [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:727)

what is this problem? im used tools in kali so can fix this problem?

@zigoo0
Copy link
Owner

zigoo0 commented Jan 4, 2021

Looks like SSL doesn't work on your localhost? try it with http:// instead of https:// and let me know how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants