File: control

package info (click to toggle)
slowhttptest 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 548 kB
  • ctags: 320
  • sloc: cpp: 2,147; sh: 985; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 992 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 <neo.neutron@gmail.com>
Build-Depends:
 debhelper (>= 9~),
 dh-autoreconf,
 libssl-dev
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/slowhttptest
Vcs-Git: git://anonscm.debian.org/collab-maint/slowhttptest.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.