1 # Maintainer: Testuser_01 <arch@nico-siebler.de>
2 # Contributor: Testuser_01 <arch@nico-siebler.de>
6 pkgdesc="Slowloris HTTP DoS is a tool which is written in perl to test http-server vulnerabilites for connection exhaustion denial of service (DoS) attacks so you can enhance the security of your webserver."
8 url='http://ha.ckers.org/slowloris/'
9 install='slowloris.install'
10 depends=('perl-io-socket-ssl')
11 license=('custom:unknown')
12 source=("http://ha.ckers.org/${pkgname}/${pkgname}.pl")
13 md5sums=('ba43c68709a67e8e233575641e3c7d17')
16 mkdir -p "${pkgdir}/usr/bin/" || return 1
17 install -m755 -D "slowloris.pl" "${pkgdir}/usr/bin/" || return 1