Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SpringExploitGUI — 一款Spring综合漏洞的利用工具,工具目前支持Spring Cloud Gateway RCE(CVE-2022-22947)、Spring Framework RCE (CVE-2022-22965) 的检测以及利用 | Kitploit
Tools/GitHubGitHub/superneilcn/springexploitgui
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubsuperneilcn/springexploitgui

SpringExploitGUI

一款Spring综合漏洞的利用工具,工具目前支持Spring Cloud Gateway RCE(CVE-2022-22947)、Spring Framework RCE (CVE-2022-22965) 的检测以及利用

View Repository
152 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SpringExploitGUI_v1.0

0x01 Preface

Today, I reproduced several previous Spring vulnerabilities and weaponized them. The tool currently supports detection and exploitation of Spring Cloud Gateway RCE (CVE-2022-22947), Spring Cloud Function SpEL RCE (CVE-2022-22963), and Spring Framework RCE (CVE-2022-22965). This is only the first version; more vulnerability PoCs and persistence exploitation methods will be added in the future.

0x02 Tool Usage Instructions

Single Detection && Batch Detection

The tool supports single-vulnerability single-target detection as well as multi-target detection.

image-20240206162527190

image-20240206163950156

image-20240206162356049

Exploitation

Spring Cloud Gateway RCE (CVE-2022-22947) currently supports command execution, one-click reverse shell, and Godzilla memory shell injection.

image-20240206163122582

image-20240206163709925

Spring Cloud Function SpEL RCE (CVE-2022-22963) currently supports one-click reverse shell.

image-20240206164053611

Spring Framework RCE (CVE-2022-22965) currently supports command execution implemented by writing a webshell. In the future, exploitation methods such as writing SSH public keys and scheduled tasks will be implemented.

image-20240206162225924

0x03 Disclaimer

This open-source tool is released by the author under an open-source license and is intended for personal learning and research only. The author assumes no legal responsibility for any consequences arising from your use of this tool.

gzh

Download Tool