blob: 18282435ad075c4fef89a3c7dc37281de32cd9cd (
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.1
pkgrel = 1
url = https://wapiti-scanner.github.io
changelog = ChangeLog
arch = any
license = GPL
makedepends = python-setuptools
makedepends = python-pip
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.1/wapiti3-3.1.1.tar.gz
sha256sums = d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36
pkgname = wapiti
|