updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / slowloris / PKGBUILD
blob645e8900335366294c42a4657ecd4ef2d4b197e1
1 # Maintainer: Testuser_01 <arch@nico-siebler.de>
2 # Contributor: Testuser_01 <arch@nico-siebler.de>
3 pkgname='slowloris'
4 pkgver=0.7
5 pkgrel=2
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."
7 arch=('any')
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')
15 build() {
16   mkdir -p "${pkgdir}/usr/bin/" || return 1
17   install -m755 -D "slowloris.pl" "${pkgdir}/usr/bin/" || return 1