This Python 3 script employs HTTP requests for an HTTP flood attack, aiming to inundate a web server. Once the target is saturated with requests, rendering it incapable of responding to legitimate traffic, subsequent requests from genuine users will result in denial-of-service.
For cases where the program needs to be run using only a single file, a lite version has been created. This version compresses everything into a single file and contains only the essentials for functioning.
This project has been developed using Python 3.12.3 and uses the libraries listed in the requirements.txt file."
To install the necessary dependencies, you can execute the following command:
pip install -r requirements.txt
This code has been tested on Windows, Linux, and Termux. Although it has not been tested on macOS, theoretically, it should also work without issues on that system.
This project is licensed under the Apache License 2.0 - please refer to the LICENSE file for more details.