
Examples for Implementing cve-2023-44487 ( HTTP/2 Rapid Reset Attack ) Concept
There are some examples in this repo which are not tested completely to analyse the impact, but I just wanted to perform the concept of this attack (starting many streams and immediately sending RST_STREAM frame to avoid reaching MAX_CONCURRENT_STREAMS).
I use H2SpaceX low level HTTP/2 library which I created for exploiting Single Packet Attack