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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
cve-2023-46747 | Kitploit
ツール/GitHubGitHub/vidura2/cve-2023-46747
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストレッドチーミングリモートアクセスツール
GitHubvidura2/cve-2023-46747

cve-2023-46747

リポジトリを見る
21年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2023-46747 エクスプロイトスクリプト

このスクリプトは、F5 BIG-IP TMUI リモートコード実行脆弱性 (CVE-2023-46747) を悪用します。これにより、認証されていない攻撃者が、脆弱性のある F5 BIG-IP システム上で任意のコマンドを実行できるようになります。


目次

  • 機能
  • 要件
  • 使い方
  • パラメータ
  • 動作の仕組み
  • 免責事項

機能

  • 認証なしのユーザー作成: 対象システム上にユーザーを生成します。
  • トークン取得: 作成したユーザーを使用して認証トークンを取得します。
  • リモートコマンド実行: 対象システム上で任意のシェルコマンドを実行します。

要件

  • Python 3.8+
  • モジュール:
    • argparse
    • binascii
    • json
    • random
    • requests
    • time
    • urllib3

不足しているモジュールは pip でインストールします:

root@kitploit:~
pip install requests

使い方

コマンドラインオプション

root@kitploit:~
python exploit.py -u <target_url> [-t <proxy_url>]

例

root@kitploit:~
python exploit.py -u https://192.168.1.100:8443 -t http://127.0.0.1:8080

パラメータ

root@kitploit:~
-u	(Required) Target URL of the F5 BIG-IP TMUI system.
-t	Proxy server (optional), e.g., http://127.0.0.1:8080.

動作の仕組み

root@kitploit:~
認証情報の生成: ユーザー名とパスワードをランダムに生成します。
ユーザー作成: 特別に細工されたリクエストを使用して、対象上に新しいユーザーの作成を試みます。
トークン取得: 新しいユーザーでログインし、セッショントークンを取得します。
コマンド実行: トークンを介して任意のコマンドを実行します。

主要関数

root@kitploit:~
generatesth(num): 長さ num のランダムな英数字文字列を生成します。
unauth_create_user(target, username, password, proxy): 対象システム上にユーザーを作成します。
get_token(target, user, passwd, proxy): 作成したユーザーの認証トークンを取得します。
exec_command(target, token, cmd, proxy): 対象システム上で任意のコマンドを実行します。

免責事項

root@kitploit:~
This script is intended for educational and research purposes only. Unauthorized use of this script against systems you do not own or have explicit permission to test is illegal and unethical.

!!!!責任を持って使用してください!!!!

ツールをダウンロード