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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
React2Shell-CVE-2025-55182 — React2Shell 脆弱性向けの HackIndex.io サンドボックス環境。 | Kitploit
ツール/GitHubGitHub/hackindex-io/react2shell-cve-2025-55182
コンテナセキュリティ脆弱性分析ウェブアプリケーション悪用ペネトレーションテスト学習と教育ラボと実践
GitHubhackindex-io/react2shell-cve-2025-55182

React2Shell-CVE-2025-55182

React2Shell 脆弱性向けの HackIndex.io サンドボックス環境。

人気

すべて見る →

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

すべてのツールを探索

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

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

HackIndex.IO - React2Shell - CVE-2025-55182 + CVE-2025-66478

HackIndex.io による React2Shell 脆弱性のサンドボックス環境です。 ポート3000でWebアプリ、ポート2222でSSHサーバーが起動します。

環境を起動する

root@kitploit:~
docker compose up --build --force-recreate

SSH Web管理 (Port 2222)

  • webadmin - TrainingPassword123!
root@kitploit:~
ssh [email protected] -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null

すべてのコンテナを削除する

root@kitploit:~
docker compose down -v

問題を緩和する

root@kitploit:~
cd /app # Change to the web app directory
npm audit # Check for issues
supervisorctl stop next # Stop the web app
npm audit fix --force # Fix the security issues
npm run build # Rebuild the web app
supervisorctl start next # Start the web app
ツールをダウンロード