How to Install slowhttptest in Ubuntu 18.04



Install slowhttptest by entering the following commands in the terminal:

sudo apt update
sudo apt install slowhttptest

Description:

application layer Denial of Service attacks simulation tool

SlowHTTPTest is a highly configurable tool that simulates some application layer Denial of Service attacks. . It implements most common low-bandwidth application layer Denial of Service attacks, such as * Slowloris * Slow HTTP POST * Slow Read attack (based on TCP persist timer exploit) by draining concurrent connections pool * Apache Range Header attack by causing very significant memory and CPU usage on the server.

Homepage: https://github.com/shekyan/slowhttptest

Version: 1.7-1build1

Section: universe/net