From 7a7ea8c2f9185618aa0b94940bf6edfea935f23f Mon Sep 17 00:00:00 2001 From: mickael9 Date: Sat, 18 Jul 2015 21:06:54 +0200 Subject: Initial commit --- .SRCINFO | 16 ++++++++++++++++ PKGBUILD | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..53f49b4 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = wapiti + pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... + pkgver = 2.3.0 + pkgrel = 2 + url = http://wapiti.sourceforge.net/ + arch = any + license = GPL + depends = python2 + depends = python2-setuptools + depends = python2-requests + depends = python2-beautifulsoup3 + source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-2.3.0/wapiti-2.3.0.tar.gz + md5sums = dd8b0ab120518215abf9c7b22251fd8b + +pkgname = wapiti + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..1d2d036 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: mickael9 +pkgname=wapiti +pkgver=2.3.0 +pkgrel=2 +pkgdesc="A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections..." +url='http://wapiti.sourceforge.net/' +license=(GPL) +depends=(python2 python2-setuptools python2-requests python2-beautifulsoup3) +arch=(any) + +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/$pkgname-$pkgver.tar.gz) +md5sums=('dd8b0ab120518215abf9c7b22251fd8b') + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + python2 setup.py install --root="$pkgdir/" --optimize=1 +} -- cgit v1.2.3-70-g09d2