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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2023-44487 — Pythonベースのエクスプロイトで、Rapid Reset攻撃(CVE-2023-44487)をテストするためのもの | Kitploit
ツール/GitHubGitHub/studiogangster/cve-2023-44487
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育
GitHubstudiogangster/cve-2023-44487

CVE-2023-44487

Pythonベースのエクスプロイトで、Rapid Reset攻撃(CVE-2023-44487)をテストするためのもの

リポジトリを見る
2232年前Kitploit レビュー済み
ウェブサイト

人気

すべて見る →

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

すべてのツールを探索

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

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

HTTP2 ラピッドリセット攻撃: CVE-2023-44487

ラピッドリセット攻撃 (CVE-2023-44487) をテストするためのクイックエクスプロイトです。注意: 教育目的のみ

エクスプロイト:

ラピッドリセット攻撃 (CVE-2023-44487) をテストするためのクイックエクスプロイトです。注意: 教育目的のみ

目次

  • インストール
  • 使用方法

インストール

Gitを使用してリポジトリをローカルマシンにクローンし、poetryをインストールして、プログラムを実行します:

root@kitploit:~
git clone https://github.com/studiogangster/CVE-2023-44487.git

cd CVE-2023-44487

 # install Poetry, if you haven't already:
 curl -sSL https://install.python-poetry.org | python -
 
 # poetry install
 poetry install

 # Activate the virtual environment created by Poetry:
 poetry shell

 # Run Help
 python main.py

## Example:
python main.py --host example.com --path /api --headers "Authorization: Basic dummy-token ; Custom-Header:Custom-Header-Value" --port 443 --requests_count 100  --max_streams 20 --parallel_connections 2

使用方法

使用法: main.py [OPTIONS]

root@kitploit:~
Options:
  --host TEXT                     Host URL  [required]
  --path TEXT                     Path on the host  [required]
  --headers TEXT                  Headers (comma-separated)  [required]
  --port INTEGER                  Port number  [required]
  --requests_count INTEGER        Number of requests to be sent  [required]
  --max_streams INTEGER           Maximum streams to be opened in parallel
                                  [required]
  --parallel_connections INTEGER  Number of parallel connections to be made
                                  with the server. (TCP connection)
                                  [required]
  --help                          Show this message and exit.

ツールをダウンロード