Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
heartbleed — CVE-2014-0160 OpenSSL Heartbleed Proof of Concept | Kitploit
Tools/GitHubGitHub/guillermoescobero/heartbleed
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubguillermoescobero/heartbleed

heartbleed

CVE-2014-0160 OpenSSL Heartbleed Proof of Concept

View Repository
25 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

heartbleed

CVE-2014-0160 OpenSSL Heartbleed Proof of Concept

Download and execute the Docker container (Vulnerable Nginx server)

root@kitploit:~
docker run -p 4443:443 -it --rm --name hb gescobero/heartbleed:1.0

Compile Heartbleed attack

root@kitploit:~
gcc heartbleed.c -o heartbleed

Execute it with Nginx server as target

root@kitploit:~
./heartbleed 127.0.0.1 4443
Download Tool