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
Tools/GitHubGitHub/moften/cve-2025-8671-madeyoureset-http-2-ddos
Vulnerability AnalysisExploitationWeb SecurityFuzzingPenetration Testing
GitHubmoften/cve-2025-8671-madeyoureset-http-2-ddos

CVE-2025-8671-MadeYouReset-HTTP-2-DDoS

CVE-2025-25063 MadeYouReset HTTP/2 DDoS

View Repository
Website
6619 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HTTP/2 DDoS Heuristic Tester

Automated tests to heuristically detect the presence of HTTP/2 vulnerabilities associated with DDoS attacks:

Developed by m10sec.

  • CVE-2023-44487 – Rapid Reset
  • CVE-2025-8671 – MadeYouReset
  • Combined comparison

Includes interactive menu, CLI execution, support for TXT files with multiple targets and JSON/CSV export.


Installation

Clone the repository and create a virtual environment:

root@kitploit:~
git clone https://github.com/moften/CVE-2025-8671-MadeYouReset-HTTP-2-DDoS
cd CVE-2025-8671-MadeYouReset-HTTP-2-DDoS
python3 -m venv venv
source venv/bin/activate        # Windows: venv\Scripts\activate
pip install -r requirements.txt

Dependencies

root@kitploit:~
pip install -r requirements.txt

Interactive usage

root@kitploit:~
python3 CVE-2025-25063.py

CLI

root@kitploit:~
python3 CVE-2025-25063.py https://target.com --mode myr --streams 100 --json

Usage examples

root@kitploit:~
python3 madeyoureset.py https://target.com --mode rapid --streams 300 --conns 2
Download Tool