Async HTTP flood simulator and stress testing tool built with Django, aiohttp, and JavaScript. Web-based UI with real‑time log, RPS counter, and fake IP per request.
For educational purposes and authorized testing only. Author not responsible for misuse.
- Download the project and open the folder in terminal.
- Install dependencies (Django latest 5.0.x version):
pip install -r requirements.txt- Start the server:
python manage.py runserver- Open
http://127.0.0.1:8000in your browser.
You can also start the project using the launcher script:
python launch.pyThe launcher will:
- Install all dependencies from
requirements.txt - Start the Django development server
- Automatically open the web interface in your default browser
This is the recommended option for users who want a one-click startup experience.
django~=5.0.0
aiohttp
requests
TonFlood - Educational project
