diff options
author | Yigit Sever | 2022-07-09 23:48:03 +0300 |
---|---|---|
committer | Yigit Sever | 2022-07-09 23:48:03 +0300 |
commit | e66638fc78dc1931b20b080d3cdcc7bbdf6f68e1 (patch) | |
tree | 7d8077e722469d1822624c158f23fa38c9f26282 /wapiti/.SRCINFO | |
parent | 134d58910dc0ef7b23960835dbfe04b161118880 (diff) | |
download | packages-e66638fc78dc1931b20b080d3cdcc7bbdf6f68e1.tar.gz packages-e66638fc78dc1931b20b080d3cdcc7bbdf6f68e1.tar.bz2 packages-e66638fc78dc1931b20b080d3cdcc7bbdf6f68e1.zip |
wapiti: adopted
Diffstat (limited to 'wapiti/.SRCINFO')
-rw-r--r-- | wapiti/.SRCINFO | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/wapiti/.SRCINFO b/wapiti/.SRCINFO new file mode 100644 index 0000000..7b894ba --- /dev/null +++ b/wapiti/.SRCINFO | |||
@@ -0,0 +1,28 @@ | |||
1 | pkgbase = wapiti | ||
2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python | ||
3 | pkgver = 3.1.2 | ||
4 | pkgrel = 1 | ||
5 | url = https://wapiti-scanner.github.io | ||
6 | changelog = ChangeLog | ||
7 | arch = any | ||
8 | license = GPL | ||
9 | makedepends = python-setuptools | ||
10 | depends = python | ||
11 | depends = python-requests | ||
12 | depends = python-beautifulsoup4 | ||
13 | depends = python-lxml | ||
14 | depends = python-yaswfp | ||
15 | depends = python-browser-cookie3 | ||
16 | depends = python-mako | ||
17 | depends = python-python-socks | ||
18 | depends = python-tld | ||
19 | depends = python-httpx | ||
20 | depends = python-aiocache | ||
21 | depends = python-sqlalchemy | ||
22 | optdepends = python-requests-kerberos: Kerberos authentication | ||
23 | optdepends = python-requests-ntlm: NTLM authentication | ||
24 | options = zipman | ||
25 | source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.2/wapiti3-3.1.2.tar.gz | ||
26 | sha256sums = d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9 | ||
27 | |||
28 | pkgname = wapiti | ||