Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-44487 — A python based exploit to test out rapid reset attack (CVE-2023-44487) | Kitploit
Tools/GitHubGitHub/studiogangster/cve-2023-44487
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubstudiogangster/cve-2023-44487

CVE-2023-44487

A python based exploit to test out rapid reset attack (CVE-2023-44487)

View Repository
2232 years agoReviewed by Kitploit
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HTTP2 Rapid Reset Attack: CVE-2023-44487

Quick exploit to test out rapid reset attack (CVE-2023-44487). Note: For education purpose only

Exploit:

Quick exploit to test out rapid reset attack (CVE-2023-44487). Note: For education purpose only

Table of Contents

  • Installation
  • Usage

Installation

Clone the repository to your local machine using Git, install poetry, and run the program:

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

Usage

Usage: 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.

Download Tool