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