blob: 0f8ad8d9ce5ae7b4ddf896848d4f02def83000fe (
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.0
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.0/wapiti3-3.1.0.tar.gz
sha256sums = 4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f
pkgname = wapiti
|