Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
Outils/GitHubGitHub/winnpixie/log4noshell
Defensive ToolsVulnerability AnalysisExploitationSupply Chain SecurityIncident Response
GitHubwinnpixie/log4noshell

log4noshell

A Java Agent that disables Apache Log4J's JNDI Lookup to mitigate CVE-2021-44228 ("Log4Shell").

Voir le dépôt
514il y a 1 moisPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Site web
Partager
Contenu non disponible dans la langue demandée. Affichage de la version anglaise.

Log4NoShell

A Java Agent that disables Apache Log4J's JNDI Lookup to mitigate CVE-2021-44228 ("Log4Shell").

If possible, update your program to use the latest Log4J version, as the vulnerability is fixed as of version 2.17.1. Otherwise, download log4noshell-0.8.1.jar and continue reading.

Usage

To use Java Agents, you must specify them with the -javaagent argument.
java -javaagent:path/to/log4noshell-0.8.1.jar -jar Program.jar

Minecraft

[!TIP] Please read Mojang's response to determine if you might need this patcher.

  • Client:
    1. Go to the tab in the launcher
Installations
  • Click on the three dots on the right side of the version you'd like to use
  • Click Edit
  • Scroll down and click on More Options
  • Add -javaagent:path/to/log4noshell-0.8.1.jar to the JVM Arguments text-field
    • -javaagent:path/to/log4noshell-0.8.1.jar -Xms2G -Xms2G...
  • Click Save
  • Server:
    1. Add -javaagent:path/to/log4noshell-0.8.1.jar somewhere before the -jar in your launch/start/run command
      • java -javaagent:path/to/log4noshell-0.8.1.jar -jar minecraft_server.jar
  • Télécharger l’outil