Skip to content

AmirCyberSecurity/TonFlood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

TonFlood

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.

Installation & Run

  1. Download the project and open the folder in terminal.
  2. Install dependencies (Django latest 5.0.x version):
pip install -r requirements.txt
  1. Start the server:
python manage.py runserver
  1. Open http://127.0.0.1:8000 in your browser.

Alternative Quick Launch

You can also start the project using the launcher script:

python launch.py

The 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.

requirements.txt

django~=5.0.0
aiohttp
requests

Preview

TonFlood - Educational project

About

TonFlood - Async Stress Testing Framework (educational). HTTP flood simulator with fake IP, 10KB payload, RPS meter. Django + aiohttp + JS. Dark UI. For authorized testing only.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors