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

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

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

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

工具目录

分类

查看所有分类
Loading categories
fortiweb-auth-bypass-check — 检测 FortiWeb 中的 CVE-2025-64446 身份认证绕过,通过利用路径遍历来确认漏洞,无需执行管理操作。 | Kitploit
工具/GitHubGitHub/bishopfox/fortiweb-auth-bypass-check
漏洞扫描器Web应用程序漏洞利用Web安全渗透测试
GitHubbishopfox/fortiweb-auth-bypass-check

fortiweb-auth-bypass-check

检测 FortiWeb 中的 CVE-2025-64446 身份认证绕过,通过利用路径遍历来确认漏洞,无需执行管理操作。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
59个月前尚未审核
分享

FortiWeb 身份验证绕过检查

FortiWeb 身份验证绕过扫描器,由 Bishop Fox 开发

  • 测试目标是否存在身份验证绕过漏洞 CVE-2025-64446
  • 仅利用路径遍历,不利用实际的身份验证绕过
  • 不会对目标执行任何管理操作

关于此漏洞的更多信息,请参阅 Bishop Fox 博客。

安装

root@kitploit:~
git clone https://github.com/BishopFox/fortiweb-auth-bypass-check
cd fortiweb-auth-bypass-check
python3 -m pip install requests

用法

root@kitploit:~
python3 scan.py https://[TARGET]

示例

root@kitploit:~
# Vulnerable target
$ python3 scan.py https://example1.com
[*] Testing https://example1.com
[!] Target is VULNERABLE - update immediately!

# Unaffected target
$ python3 scan.py https://example2.com
[*] Testing https://example2.com
[+] Target is not affected

# Invalid target
$ python3 scan.py https://example3.com
[*] Testing https://example3.com
[-] Target does not appear to be FortiWeb

许可证

本代码以 MIT 许可证 分发。

下载工具