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
Tools/GitHubGitHub/ssllabs/openssl-ccs-cve-2014-0224
Vulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubssllabs/openssl-ccs-cve-2014-0224

openssl-ccs-cve-2014-0224

Go-based tool for testing servers against the OpenSSL CCS injection vulnerability (CVE-2014-0224), using a patched TLS library to detect weak implementations.

View Repository
1510110 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

Adam Langley's tool for testing for OpenSSL CVE-2014-0224, originally published here: https://www.imperialviolet.org/2014/06/05/earlyccs.html

To build the tool:

root@kitploit:~
$ export GOPATH=$(pwd)
$ go build openssl-ccs-cve-2014-0224.go

Tested with go 1.2.2 and 1.3.

The src/my-tls directory contains the patched version of the crypto/tls package.

Download Tool