slowhttptest

Simulates application layer DoS attacks to test web server resilience

brewmacoslinux
Try with needOr install directly
Source

About

Simulates application layer denial of service attacks

Commands

slowhttptest

Examples

Perform a Slowloris attack on a target server$ slowhttptest -c 100 -H -g -o /tmp/report.html -i 10 -r 200 -t GET -u http://target.com -x 24 -p 3
Test server with slow POST attack using range headers$ slowhttptest -c 50 -B -g -o /tmp/report.html -i 10 -r 200 -t POST -u http://target.com -x 24
Generate HTML report of slow read attack vulnerability test$ slowhttptest -c 100 -R -g -o /tmp/report.html -i 10 -r 200 -t GET -u http://target.com -w 64 -n 1 -z 32 -k 5