对OpenSSL心脏出血漏洞的试验

1、安装OpenSSL环境

sudo apt-get install openssl

sudo pip install pyopenssl(中间会提示ffi.h 没有那个文件或目录,sudo apt-get install libffi-dev解决)

这种办法好像没法试验出效果,没有那个漏洞了!

2、参考网址如下:

用 python 脚本实现的简易 http 服务器、客户端和 https 服务器、客户端

http://adreaman.com/1126python-simplehttp-https-server-client.html

ssltest.py

https://gist.github.com/sh1n0b1/10100394 

不仅是 Https!OpenSSL“心脏流血”漏洞深入分析

http://security.zdnet.com.cn/security_zone/2014/0411/3017075.shtml

常用Openssl命令

http://www.cnblogs.com/E7868A/archive/2012/11/16/2772240.html

原文地址:https://www.cnblogs.com/summerwinter/p/3765582.html