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-2025-24813-POC — CVE-2025-24813-POC JSP Web Shell Uploader | Kitploit
Tools/GitHubGitHub/la3b0z/cve-2025-24813-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubla3b0z/cve-2025-24813-poc

CVE-2025-24813-POC

CVE-2025-24813-POC JSP Web Shell Uploader

View Repository
2211 year 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

JSP Web Shell Uploader A simple Python tool for uploading a basic JSP web shell to one or more targets via HTTP PUT requests. ⚠️ For educational and authorized penetration testing only.

Apache Tomcat is vulnerable to a Path Equivalence / Path Traversal issue due to improper handling of ../ sequences in paths. CVE ID: CVE-2025-24813

Severity: Critical Reference link: https://github.com/advisories/GHSA-83qj-6fr2-vhqg

🧰 Features Uploads a basic JSP shell with command execution capability

Supports:

Single target (-t)

Multiple targets from file (-f)

Custom headers and payload included

📦 Requirements Python 3.x

requests library

Install dependencies: pip install requests

🚀 Usage

python jsp_uploader.py -t http://TARGET_URL Or for multiple targets: python jsp_uploader.py -f targets.txt targets.txt example: http://192.168.1.100:8080 http://192.168.1.101:8080 🔍 How It Works This script:

Sends an HTTP PUT request to: http:///uploads/../webapps/ROOT/updates.jsp

Uploads a JSP file containing a simple command-execution form.

If successful, the shell should be accessible at: http:///updates.jsp

⚠️ Disclaimer This tool is for educational use only in controlled environments like labs or CTFs. Do not use it on real systems without explicit, written authorization. The author is not responsible for any misuse.

📩 Contact / Contribution Feel free to fork, improve, or ask for features. Pull requests are welcome!

Let me know if you'd like a version with screenshots, usage examples, or badges (like license, Python version, etc.)!

Download Tool