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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/fevar54/cve-2025-64446-poc---fortiweb-path-traversal
漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试学习与教育
GitHubfevar54/cve-2025-64446-poc---fortiweb-path-traversal

CVE-2025-64446-PoC---FortiWeb-Path-Traversal

CVE-2025-64446的概念验证利用和检测扫描器,这是Fortinet FortiWeb中的严重路径遍历漏洞,允许远程命令执行。用于教育研究和授权测试。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

CVE-2025-64446 PoC - FortiWeb Path Traversal

描述

Proof of Concept 用于 Fortinet FortiWeb (CVE-2025-64446) 中的相对路径遍历漏洞,该漏洞允许执行管理命令。

技术细节

  • CVE: CVE-2025-64446
  • CVSS: 9.8 CRITICAL (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
  • 类型: Relative Path Traversal (CWE-23)
  • 受影响软件:
    • FortiWeb 8.0.0 - 8.0.1
    • FortiWeb 7.6.0 - 7.6.4
    • FortiWeb 7.4.0 - 7.4.9
    • FortiWeb 7.2.0 - 7.2.11
    • FortiWeb 7.0.0 - 7.0.11

使用

root@kitploit:~
# Escaneo de vulnerabilidad
python3 poc.py -t <target_ip> -p <port>

# Explotación (solo investigación)
python3 exploit.py -t <target_ip> -p <port> --check
下载工具