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 — poc for the rst dos attack discovered in 2023 | Kitploit
Tools/GitHubGitHub/tpirate/cve-2023-44487-poc
Vulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubtpirate/cve-2023-44487-poc

cve-2023-44487-POC

poc for the rst dos attack discovered in 2023

View Repository
219 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

cve-2023-44487 - http/2 rapid reset attack

by 7pirqte

what is this

poc for the http/2 rapid reset attack. basically you open a stream with HEADERS frame then immediatly send RST_STREAM to cancel it. server does all the work setting up and tearing down streams while you just spam requests. the cancelled streams dont count toward the max streams limit so you can basically send unlimited resets.

this was used in some massive ddos attacks in 2023

install

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

usage

root@kitploit:~
# single target
python main.py -u https://target.com

# from file
python main.py -f urls.txt

# 10 connections for 30 secs
python main.py -u https://target.com -c 10 -d 30

options

  • -u - target url
  • -f - file with urls (one per line)
Download Tool
  • -c - connections per target (default 1)
  • -d - duration in seconds (default 10)
  • --delay - delay between resets
  • disclaimer

    only use this on systems you own or have permission to test. dont be stupid, unauthorized testing is illegal and unethical, use responsibly and adhere to all applicable laws and regulations