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 — PoC script for HTTP/2 Rapid Reset (CVE-2023-44487) that sends crafted HTTP/2 streams to trigger denial-of-service conditions on vulnerable servers, reverse proxies, and load balancers. | Kitploit
Tools/GitHubGitHub/imabee101/cve-2023-44487
ExploitationWeb Application ExploitationWeb SecurityAdversarial Attack
GitHubimabee101/cve-2023-44487

CVE-2023-44487

PoC script for HTTP/2 Rapid Reset (CVE-2023-44487) that sends crafted HTTP/2 streams to trigger denial-of-service conditions on vulnerable servers, reverse proxies, and load balancers.

View Repository
561672 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Website
Share

HTTP/2 Rapid Reset: CVE-2023-44487

Description

This repository contains proof-of-concept (PoC) code for the HTTP/2 Rapid Reset vulnerability identified as CVE-2023-44487.

Vulnerability Overview

  • CVE ID: CVE-2023-44487
  • Impact: Denial of Service (DoS)
  • Affected Protocols: HTTP/2
  • Affected Components: Web servers, Reverse Proxies, Load Balancers
  • Disclosure Date: 2023-10-10

Getting Started

Prerequisites

  • Python 3.x
  • hyper

Install prerequisites:

root@kitploit:~
pip install hyper

Usage

  1. Clone the repository:
root@kitploit:~
git clone https://github.com/imabee101/CVE-2023-44487.git
  1. Navigate into the directory:
root@kitploit:~
cd CVE-2023-44487
  1. Execute the PoC:
root@kitploit:~
python main.py

References

  • Official CVE Record
  • Vendor Advisory
  • Other Related Research
Download Tool