Source: slowhttptest
Section: net
Priority: optional
Maintainer: Neutron Soutmun <neutrons@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-autoreconf,
 libssl-dev
Standards-Version: 3.9.8
Homepage: https://github.com/shekyan/slowhttptest
Vcs-Git: https://anonscm.debian.org/git/collab-maint/slowhttptest.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/slowhttptest.git

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.
