Skip to content

Anaximandr0s/Ddos-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDOS-TOOL

A Simple DDoS Script Written in Python

alt text

Deployment

Pre-requisits:

  • Install Python3 (Python 3.11.0)

Quick Setup

  • Clone the repository: git clone https://github.com/doukkani17moha/Ddos-Tool.git
  • Install pip requirements: pip3 install -r requirements.txt

Run the program

  • Usage: python3 DDOS.py [-h] [-u USER_AGENTS] -t TARGET -tr THREADS -s SLEEP
  • Example: python3 DDOS.py -u user_agents.txt -t http://example.com -tr 1000 -s 200
  • -h: to display help menu
  • -t: to specify the target (REQUIRED)
  • -u: to specify user-agents text file (REQUIRED)
  • -tr: to specify number of threads (OPTIONAL, by default 1000)
  • -s: to specify number of threads executed before a break of 10 seconds (OPTIONAL, by default 100)

About

A Simple DDoS Script Written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages