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/pgporada/ansible-role-cve
Vulnerability AnalysisScripting & AutomationConfiguration AuditingCloud SecurityDevSecOpsArchived
GitHubpgporada/ansible-role-cve

ansible-role-cve

Mitigates CVE-2016-5195 aka DirtyCOW

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

Ansible Role: CVE

Ansible Galaxy License

This role mitigates/patches the defined CVEs.


Role Variables

Dirty COW vuln. http://dirtycow.ninja. Defaults to false. This mitigation will need to be run everytime the server it has been applied on restarts.

root@kitploit:~
    cve_2016_5195: false

Example Playbook

root@kitploit:~
---
- hosts: localhost
  connection: local
  become: true
  become_method: sudo

  vars:
    cve_2016_5195: true

  roles:
    - ../ansible-role-cve

How to hack away at this role

Before submitting a PR, please create a test and run it through test-kitchen.

root@kitploit:~
git clone [email protected]:pgporada/ansible-role-cve.git
bundle install
bundle exec kitchen create
bundle exec kitchen converge
bundle exec kitchen verify
bundle exec kitchen destroy
Download Tool

Author Information

Phil Porada


License

MIT

(c) 2016 GreenLancer.com