File: control

package info (click to toggle)
slowhttptest 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: cpp: 2,409; sh: 1,250; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.