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
spring4shell-CVE-2022-22965 — Python-based proof-of-concept exploit for CVE-2022-22965 (Spring4Shell) with vulnerability checking, remote exploitation, and webshell command execution capabilities. | Kitploit
Tools/GitHubGitHub/rwincey/spring4shell-cve-2022-22965
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubrwincey/spring4shell-cve-2022-22965

spring4shell-CVE-2022-22965

Python-based proof-of-concept exploit for CVE-2022-22965 (Spring4Shell) with vulnerability checking, remote exploitation, and webshell command execution capabilities.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
2114 years agoNot yet reviewed
Share

Simple Spring4Shell POC

  • Check if endpoint is vulnerable

python spring4shell.py -u http://192.168.110.117:8080/helloworld/greeting --check

  • Exploit vulnerable endpoint

python spring4shell.py -u http://192.168.110.117:8080/helloworld/greeting -f shell.jsp --exploit

  • Execute command on uploaded webshell

python spring4shell.py -u http://192.168.110.117:8080/shell.jsp --cmd id

WebPage

Download Tool