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
log4j-cve-2021-44228 — Very simple Ansible playbook that scan filesystem for JAR files vulnerable to Log4Shell | Kitploit
Tools/GitHubGitHub/pmontesd/log4j-cve-2021-44228
Vulnerability ScannersVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOps
GitHubpmontesd/log4j-cve-2021-44228

log4j-cve-2021-44228

Very simple Ansible playbook that scan filesystem for JAR files vulnerable to Log4Shell

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

Log4j-CVE-2021-44228 scanner playbook

Very simple Ansible playbook that scan the filesystem for JAR files vulnerable to Log4Shell (CVE-2021-44228).

The result is saved in a CSV file in the local system.

How to run

A value for the name of the CSV file must be passed via the local_file variable.

root@kitploit:~
ansible-playbook --extra-vars "local_file=./jdni_dev.csv" log4j-cve-2021-44228.yml
Download Tool