Go-based exploit for CVE-2023-44487 (HTTP/2 Rapid Reset) enabling high-rate denial-of-service attacks against vulnerable web servers with configurable request count.
1- Install Go.
2- Run the server on one seperate machine (server.go file)
3- Execute the main.go file on a separate machine. Note: main.go contains the attack code.
4. Specify the IP address of the target.
5- Define the number of requests: run main.go -requests 5000.