go_dos

command module
v0.0.0-...-ac8e6ba Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2022 License: AGPL-3.0 Imports: 15 Imported by: 0

README

go_dos

Simplistic denial of service testing tool written in GO

Compilation

Use go1.11 or higher.

Compile:


go build -ldflags="-s -w" .

Usage

To see cli help write in terminal:


./go_dos -h

Help:


NAME:
   go_dos - Denial of service cli testing tool

USAGE:
   go_dos [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --file FILE, -f FILE        Load targets from FILE
   --rounds value, -r value    Number of rounds per target per single time span (default: 100)
   --timeout value, -t value   Single request timeout in milliseconds (default: 1000)
   --stats value, -s value     Stats update time step in seconds (default: 5)
   --pace timeout, -p timeout  Time between attacks in milliseconds, should be grater then timeout (default: 2000)
   --help, -h                  show help (default: false)


Important

Please use it responsibly and test only on servers you have legal rights to run against.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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