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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve_2025_20265 — PoC for CVE-2025-20265 Cisco Secure FMC 软件 RADIUS 远程代码执行漏洞 | Kitploit
工具/GitHubGitHub/saruman9/cve_2025_20265
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制远程访问工具
GitHubsaruman9/cve_2025_20265

cve_2025_20265

PoC for CVE-2025-20265 Cisco Secure FMC 软件 RADIUS 远程代码执行漏洞

查看仓库
2411个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-20265 的 PoC

  • 安全公告

⚠️ 警告

这是一个针对 1-day 漏洞的功能性漏洞利用程序。

  • 它可以在易受攻击的系统上执行代码。
  • 仅可在你有权测试的自有内部服务器上使用。
  • 未经授权使用是非法且不道德的。

使用风险自负。你应对自己的行为负责。

构建

  1. 安装 Rust
  2. 构建 PoC:
root@kitploit:~
cargo build --release

用法

root@kitploit:~
$ ./target/release/cve_2025_20265 --help
# or
$ cargo run --release -- --help

要调试,请使用环境变量 RUST_LOG:

root@kitploit:~
RUST_LOG=debug cargo run --release -- --help

示例

root@kitploit:~
# use either the build or the path to the executable file
$ alias EXE="cargo run --release"
# or
$ cargo build --release
$ alias EXE="./target/release/cve_2025_20265"

# check the target
$ EXE https://10.10.10.1:4443/

# read targets from the file
$ echo -e "https://10.10.10.1:4443\nhttp://127.0.0.1\nhttp://10.10.10.10" > targets.txt
$ EXE --from-file targets.txt
下载工具