Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
log4noshell — A Java Agent that disables Apache Log4J's JNDI Lookup to mitigate CVE-2021-44228 ("Log4Shell"). | Kitploit
ツール/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").

リポジトリを見る
5113日前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
ウェブサイト
要求された言語のコンテンツは利用できません。英語版を表示しています。

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 Installations tab in the launcher
    2. Click on the three dots on the right side of the version you'd like to use
    3. Click Edit
    4. Scroll down and click on More Options
    5. 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...
    6. 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
ツールをダウンロード