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
CVE-2014-3566-poodle-cookbook — Chef cookbook that detects and fails runs on servers vulnerable to CVE-2014-3566 (POODLE) by scanning specified SSL ports, serving as both a security audit tool and proof-of-concept. | Kitploit
Tools/GitHubGitHub/mikesplain/cve-2014-3566-poodle-cookbook
Vulnerability ScannersVulnerability AnalysisConfiguration AuditingDevSecOpsLearning & Education
GitHubmikesplain/cve-2014-3566-poodle-cookbook

CVE-2014-3566-poodle-cookbook

Chef cookbook that detects and fails runs on servers vulnerable to CVE-2014-3566 (POODLE) by scanning specified SSL ports, serving as both a security audit tool and proof-of-concept.

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

CVE-2014-3566-poodle

This cookbook will error out your chef run if your server is vulnerable to CVE-2014-3566.

Although this cookbook can be used to watch for failed chef runs, it is also a proof of concept.

Supported Platforms

  • Ubuntu 12.04
  • Centos-6.4

Attributes

KeyTypeDescriptionDefault
['CVE-2014-3566-poodle']['ports']ArrayPorts to check for vulnerability['443','8443']

Usage

CVE-2014-3566-poodle::default

Include CVE-2014-3566-poodle in your node's run_list:

root@kitploit:~
{
  "run_list": [
    "recipe[CVE-2014-3566-poodle::default]"
  ]
}

Testing

This cookbook includes a psuedo test suite. The first 2 suites should pass as they test a blank instance and an instance with defaunt nginx. The third squite should fail on all platforms as port 443 ssl is opened in Nginx.

License and Authors

Author:: Mike Splain ([email protected])

Download Tool