This repository contains proof-of-concept (PoC) code for the HTTP/2 Rapid Reset vulnerability identified as CVE-2023-44487.
- 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
- Python 3.x
hyper
Install prerequisites:
pip install hyper
- Clone the repository:
git clone https://github.com/imabee101/CVE-2023-44487.git
- Navigate into the directory:
cd CVE-2023-44487
- Execute the PoC:
python main.py