ddos

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2021 License: MIT Imports: 12 Imported by: 0

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 --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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL