Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

nhonvo/ddos-attack-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

some modify

Demo Ddos

Video Demo

Link video demo program Click here!!!.

Deployment

Requirement

  • Install Python3 (Python 3.7.3) with pip

Quick Setup

  • Clone the repository: git clone https://github.com/Lekssays/ddos-tool.git
  • Install pip requirements: pip3 install -r requirements.txt

Run the program

Script.py
  • Usage: python script.py [-h] [-u USER_AGENTS] -t TARGET -tr THREADS
  • Example: python3 script.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)
Ddos.py
  • python ddos.py
    • Enter ip:
    • Enter port:

Note

This is demo program for education purpose.