A DDoS simulator for Python. Built for testing your apps for handling DDoS-es, and for educational purposes
First, download it!
Arguments:
-t
- number of threads--url
- URL to DDoS--rpt
- How many requests per thread should there be
python ddos_test.py --url [URL] -t [THREADS] --rpt [REQUESTS PER THREAD]
python ddos_test.py --url [URL] -t [THREADS] --rpt [REQUESTS PER THREAD] > ddos.txt
python ddos_test.py --url https://example.com -t 2 --rpt 5
Software is meant only for educational purposes & for testing your OWN website (e.g. how many users can it handle). Author doesn't allow any illegal use.