Skip to content

frolvanya/load-testing-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP load testing tool (experiment)

Do not use this program for bad purposes, this may lead to criminal liability!

USAGE

How to build a program

# cargo build --release
# ./target/release/load-testing-tool --help

How to start a program

# ./target/release/load-testing-tool -u https://example.com -fpe

About flags

-e, --error-mode    Do not display errors
-f, --force         Start DoS without website status checking
-h, --help          Print help information
-p, --proxy         Needs to use proxy servers
-u, --url <URL>     Website URL to attack

Releases

No releases published

Packages

No packages published

Languages