1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: goldeneye
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: https://github.com/jseidl/GoldenEye
Vcs-Git: https://salsa.debian.org/pkg-security-team/goldeneye.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/goldeneye
Package: goldeneye
Architecture: all
Depends: ${misc:Depends}, python
Description: HTTP DoS test tool
GoldenEye is a HTTP DoS Test Tool. This tool can be used to test if
a site is susceptible to Deny of Service (DoS) attacks. Is possible
to open several parallel connections against a URL to check if the
web server can be compromised.
.
The program tests the security in networks and uses 'HTTP Keep Alive
+ NoCache' as attack vector.
.
This package is useful for pentesters.
|