Source: slowhttptest
Section: net
Priority: optional
Maintainer: Neutron Soutmun <neutrons@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libssl-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/shekyan/slowhttptest
Vcs-Git: https://salsa.debian.org/debian/slowhttptest.git
Vcs-Browser: https://salsa.debian.org/debian/slowhttptest

Package: slowhttptest
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
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.
