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
cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS | Kitploit
Tools/GitHubGitHub/artofscripting-zz/cmty-ssl-heartbleed-cve-2014-0160-http-https
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityNetwork SecurityPenetration Testing
GitHubartofscripting-zz/cmty-ssl-heartbleed-cve-2014-0160-http-https

cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
17 years agoNot yet reviewed

This check is for demostration only.

cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS

Targets the OpenSSL product directly on discovered HTTP and HTTPS services. This does not check for OpenSSL 1.0.2-beta which is vulnerable. Also, OpenSSL is commonly packaged into other software and better targeted on any service responding using SSL.

Note: This check is version checking and does not test the vulnerability directly.

Other Routes for detection.

  • discover and extract a list of ports and targets using SSL from nmap -A -T4 --xml targets Loop through target hosts with NMAP 6.3+ nmap -sV -p targethostPorts --xml --script=ssl-heartbleed.nse targethost
  • masscan targethosts -p0-65535 --rate 100000 --heartbleed
  • bleed.py can be used python3.exe bleed.py targethost -p targetport
Download Tool