Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/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").

저장소 보기
5141개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

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
도구 다운로드