Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datalux/reqflood
An HTTP requests flooder made in Python
https://github.com/datalux/reqflood
http penetration-testing python3 requests stress-test
Last synced: 29 days ago
JSON representation
An HTTP requests flooder made in Python
- Host: GitHub
- URL: https://github.com/datalux/reqflood
- Owner: Datalux
- License: gpl-3.0
- Created: 2020-08-21T10:12:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T12:30:12.000Z (over 4 years ago)
- Last Synced: 2024-12-04T02:50:31.678Z (about 1 month ago)
- Topics: http, penetration-testing, python3, requests, stress-test
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reqflood
An HTTP requests flooder made in Python.
## Features
- Send GET and POST requests
- Send requests with a delay
- Limit request number## Use cases
- Stress test
- Penetration testing## Disclaimer
- Use this script only against servers you control
- **I don't assume any responsability for the use of this tool**# Installation
1. Clone the repository with: `git clone https://github.com/Datalux/reqflood`
2. (**OPTIONAL**) create a command to directly execute script. In your bash profile add following line:
`alias reqflood='/reqflood/main.py'` where in `` insert path where you cloned the repository