Add 'wfuzz/' from commit '80399b3a19b9e9f6c9fcc072055f63143a4216cb'
git-subtree-dir: wfuzz git-subtree-mainline:dce30f94a4
git-subtree-split:80399b3a19
This commit is contained in:
commit
23c4bf0539
2 changed files with 44 additions and 0 deletions
18
wfuzz/.SRCINFO
Normal file
18
wfuzz/.SRCINFO
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
pkgbase = wfuzz
|
||||||
|
pkgdesc = Utility to bruteforce web applications to find their not linked resources
|
||||||
|
pkgver = 2.3.4
|
||||||
|
pkgrel = 2
|
||||||
|
url = https://github.com/xmendez/wfuzz
|
||||||
|
arch = i686
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL
|
||||||
|
depends = python2-pycurl
|
||||||
|
depends = python2-pyparsing
|
||||||
|
depends = python2-configparser
|
||||||
|
depends = python2-future
|
||||||
|
source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
|
||||||
|
md5sums = 74817cc7aa14efda785c1727622e4539
|
||||||
|
sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
|
||||||
|
|
||||||
|
pkgname = wfuzz
|
||||||
|
|
26
wfuzz/PKGBUILD
Normal file
26
wfuzz/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
#Contributor: Olivier Le Moal <mail at olivierlemoal dot fr>
|
||||||
|
#Maintainer: Dawid Wrobel <cromo@klej.net>
|
||||||
|
#Maintainer: Sébastien Duquette <ekse.0x@gmail.com>
|
||||||
|
#Maintainer: onny <onny@project-insanity.org>
|
||||||
|
|
||||||
|
pkgname=wfuzz
|
||||||
|
pkgver=2.3.4
|
||||||
|
pkgrel=2
|
||||||
|
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
||||||
|
url="https://github.com/xmendez/wfuzz"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
license=('GPL')
|
||||||
|
depends=('python2-pycurl' 'python2-pyparsing' 'python2-configparser' 'python2-future')
|
||||||
|
makedepends=()
|
||||||
|
conflicts=()
|
||||||
|
replaces=()
|
||||||
|
backup=()
|
||||||
|
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
|
||||||
|
md5sums=('74817cc7aa14efda785c1727622e4539')
|
||||||
|
sha256sums=('87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51')
|
||||||
|
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
|
||||||
|
}
|
Loading…
Reference in a new issue