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
Tools/GitHubGitHub/r0otk3r/cve-2025-31161
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingAuthentication
GitHubr0otk3r/cve-2025-31161

CVE-2025-31161

Python exploit for CVE-2025-31161, an authentication bypass in CrushFTP. Retrieves user lists via crafted CrushAuth and AWS4-HMAC-SHA256 headers. Supports proxy and XML output.

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

CVE-2025-31161 - CrushFTP Authentication Bypass Exploit

This Python script exploits CVE-2025-31161, an authentication bypass vulnerability in CrushFTP, allowing unauthenticated attackers to retrieve the user list from the getUserList API endpoint.

Features

  • Authentication bypass via CrushAuth and AWS4-HMAC-SHA256 headers

  • Retrieve and display usernames (-l option)

  • Save full XML output to a file (-o option)

  • Optional proxy support

Usage

root@kitploit:~
python3 cve_2025_31161_auth_bypass.py -u "https://target:8080/"

Options:

ArgumentDescription
-u, --urlTarget CrushFTP URL (required)
--proxyOptional proxy (e.g., http://127.0.0.1:8080)
-l, --listDisplay usernames only (clean output)
-o, --outputSave the XML response to a file

Example

root@kitploit:~
python3 cve_2025_31161_auth_bypass.py -u "http://target:8443" --proxy http://127.0.0.1:8080 -o output.xml
exploit

Request/Response

burpsuite

⚠️ Disclaimer

This exploit is for educational and authorized testing only. Unauthorized use is illegal.


Official Channels

  • YouTube @rootctf
  • X @r0otk3r
Download Tool