imabee101 / CVE-2023-44487

Proof of concept for DoS exploit

Home Page:http://imabee.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

pip install hyper

Usage

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

References

About

Proof of concept for DoS exploit

http://imabee.com


Languages

Language:Python 100.0%