An HTTP requests flooder made in Python.
- Send GET and POST requests
- Send requests with a delay
- Limit request number
- Stress test
- Penetration testing
- Use this script only against servers you control
- I don't assume any responsability for the use of this tool
- Clone the repository with:
git clone https://github.com/Datalux/reqflood
- (OPTIONAL) create a command to directly execute script. In your bash profile add following line:
alias reqflood='<YOUR-PATH>/reqflood/main.py'
where in<YOUR-PATH>
insert path where you cloned the repository