Heartleech - OpenSSL 私钥提取工具


AGPL
Windows
C/C++

软件简介

Heartleech 可利用 Heartbleed 漏洞自动提取 OpenSSL 私钥信息,这是一个 Heartbleed 漏洞的演示项目。

编译和使用:

git clone git://git.openssl.org/openssl.git
cd openssl
./config
make depend
make

gcc ../heartleech/heartleech.c libcrypto.a libssl.a -ldl -o heartleech

#Cygwin compile string, order matters:
gcc ../heartleech/heartleech.c libcrypto.a libssl.a -ldl -o heartleech