Mageia Bugzilla – Attachment 4345 Details for
Bug 11206
python-OpenSSL - hostname check bypassing vulnerability (CVE-2013-4314)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Script for testing https connection.
test.py (text/plain), 202 bytes, created by
Dave Hodgins
on 2013-09-11 01:18:07 CEST
(
hide
)
Description:
Script for testing https connection.
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2013-09-11 01:18:07 CEST
Size:
202 bytes
patch
obsolete
>#!/usr/bin/python >import httplib >HOSTNAME = 'login.yahoo.com' >conn = httplib.HTTPSConnection(HOSTNAME) >conn.putrequest('GET', '/') >conn.endheaders() >response = conn.getresponse() >print response.read() >
#!/usr/bin/python import httplib HOSTNAME = 'login.yahoo.com' conn = httplib.HTTPSConnection(HOSTNAME) conn.putrequest('GET', '/') conn.endheaders() response = conn.getresponse() print response.read()
View Attachment As Raw
Actions:
View
Attachments on
bug 11206
: 4345