Skip to content

Test DOS sustainablity of your web application services with this simple python tool that generates and sends large packets at faster rates with multi-threading capability.

License

Notifications You must be signed in to change notification settings

Sumeet-R/TheDoomsday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheDoomsday

Test DOS sustainablity of your web application services with this simple python tool that generates and sends large packets at faster rates with multi-threading capability.

First Thing First
This project is created for those who would like to test how much their web application is capable of maintaining availablity during basic DOS attacks.
Note that you atleast require 10 or more machines to run this program simultaneously to see the DDOS impact on your application.
The program should not be used for any illegal activities such as launching DOS/DDOS attacks on public website , instead the sole purpose of the use should be for ethical and learning purposes such as testing on lab environment or web application testing only prior to receiving website owner's permission.

DOS Attack Methods

  1. UDP Blast
  2. HTTP POST DOS
  3. ICMP Flood
  4. ....more to arrive....

Short working demonstration
https://youtu.be/m3-7eGeIjh0

Installation on Linux

  1. sudo apt-get install python3
  2. sudo apt-get install python3-pip
  3. cd ~
  4. git clone https://github.com/Sumeet-R/TheDoomsday
  5. cd TheDoomsday/
  6. pip3 install -v -r requirements.txt
  7. python3 thedoomsday.py

About

Test DOS sustainablity of your web application services with this simple python tool that generates and sends large packets at faster rates with multi-threading capability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages