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
nginx-mitigate-log4shell — Mitigate log4shell (CVE-2021-44228) vulnerability attacks using Nginx LUA script | Kitploit
Tools/GitHubGitHub/infiniroot/nginx-mitigate-log4shell
Defensive ToolsVulnerability AnalysisScripting & AutomationWeb SecurityMisconfiguration
GitHubinfiniroot/nginx-mitigate-log4shell

nginx-mitigate-log4shell

Mitigate log4shell (CVE-2021-44228) vulnerability attacks using Nginx LUA script

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
3864 years agoReviewed by Kitploit

nginx-mitigate-log4shell

Mitigate log4shell (CVE-2021-44228 and CVE-2021-45046) vulnerability attacks using Nginx LUA script

Requires the Nginx lua module (https://www.nginx.com/resources/wiki/modules/lua/) to be enabled.

Use include /path/to/mitigate-log4shell.conf; in the server {...} context. Can be included in multiple server contexts.

Can also be placed in the http {...} context and is therefore automatically applied on every Nginx config.

More information in our blog article: https://www.infiniroot.com/blog/1155/using-nginx-lua-script-mitigate-log4shell-cve-2021-44228-vulnerability .

Download Tool