blob: 7b894ba8eaf9ea4d56f82995c2ab306baea3ee37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = wapiti
pkgdesc = Comprehensive web app vulnerability scanner written in Python
pkgver = 3.1.2
pkgrel = 1
url = https://wapiti-scanner.github.io
changelog = ChangeLog
arch = any
license = GPL
makedepends = python-setuptools
depends = python
depends = python-requests
depends = python-beautifulsoup4
depends = python-lxml
depends = python-yaswfp
depends = python-browser-cookie3
depends = python-mako
depends = python-python-socks
depends = python-tld
depends = python-httpx
depends = python-aiocache
depends = python-sqlalchemy
optdepends = python-requests-kerberos: Kerberos authentication
optdepends = python-requests-ntlm: NTLM authentication
options = zipman
source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.2/wapiti3-3.1.2.tar.gz
sha256sums = d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9
pkgname = wapiti
|