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
ShatteredFTP — Shattered is a tool and POC for the new CrushedFTP vulns, CVE Exploit Script: CVE-2025-2825 vs CVE-2025-31161 | Kitploit
Tools/GitHubGitHub/ghostsec420/shatteredftp
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubghostsec420/shatteredftp

ShatteredFTP

Shattered is a tool and POC for the new CrushedFTP vulns, CVE Exploit Script: CVE-2025-2825 vs CVE-2025-31161

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

ShatteredFTP Dual exploiter

Overview

This exploit script targets vulnerabilities in CrushFTP’s user creation/authentication process, offering dual mode support:

  • CVE-2025-2825
    Exploits a flaw in XML payload handling during user creation. Use this when your target’s web interface responds per the Rapid7 analysis.
  • CVE-2025-31161
    Exploits a variant in the authentication mechanism with subtle differences. Use this if targets are filtering the CVE-2025-2825 payload.

Key Features

  • Dual-CVE Modes: Switch modes with --cve (2825 or 31161).
  • Mass Testing: Test multiple hosts concurrently using multi-threading.
  • CSV Logging: Optionally save the test results into a CSV file.
  • ASCII Art Banner in Help: When run without arguments (or with --help), the help menu shows a custom ASCII art banner.

Prerequisites

  • Python 3.x
  • requests library (pip install requests)

Usage Examples

Single Target

root@kitploit:~
python3 exploit.py --target_host <TARGET_IP> --port 8080 --cve 2825
Download Tool