SLOWLORIS(1) | General Commands Manual | SLOWLORIS(1) |
slowloris - Security testing tool for web servers
slowloris [OPTION]... HOST
Open source tool used to perform Denial of Service (DoS) attacks on web servers. Slowloris exploits a vulnerability in web servers called “Keep-Alive” to exhaust server resources and make them inaccessible.
slowloris [OPTIONS] host
Example 1: $ slowloris -p 80 -s 200 example.com
Example 2: $ slowloris -x --proxy-host=proxy.example.com --proxy-port=1080 example.com
Slowloris was created by: Gokberk Yaltirakli <opensource@gkbrk.com>
This manual page was written by Josenison Ferreira da Silva <nilsonfsilva@hotmail.com> for the Debian project (but may be used by others).
Report bugs to https://github.com/gkbrk/slowloris/issues
September 2023 | Security testing tool for web servers |