Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
/ ddos Public archive

Simple DDOS application to bring down your nemesis' website

License

Notifications You must be signed in to change notification settings

Streamer272/ddos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDOS

License Stars

Simple DDOS application to bring down your nemesis' website

Usage

ddos --address www.mynemisis.com:443 --output mynemesis-ddos.log --message "HELLO SUCKER" --max-retry-count 100
Option (short) Option (long) Description
-d --delay Request delay
-r --max-retry-count Maximum retry count
-R --request-count Request count
-a --address Your nemesis' website address
-m --message Custom message to send
-o --output Output log file path
-l --log-level Log level (NONE / ERROR / WARN / INFO)
-H --http Use HTTP message (only when --message is not specified)
-i --ignore-error Ignore errors; not terminate program on error
-N --no-color Display non-colored output

Requirements

  • Computer running Linux
  • Go compiler
  • Git

Installation

  • Clone repository using git - git clone https://github.com/Streamer272/ddos.git
  • Move into repository folder - cd ddos
  • Build Go - go build
  • Add to /usr/bin [Optional] - cp ./ddos /usr/bin/ddos

Run in docker

docker run -it --rm -v $(pwd):/home/logs streamer272/ddos --address www.mynemesis.com:443 --output /home/logs/ddos.log --message "HELLO SUCKET" --max-retry-count 100

License

This project is licensed under MIT license.

About

Simple DDOS application to bring down your nemesis' website

Resources

License

Stars

Watchers

Forks