diff options
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 15 |
1 files changed, 9 insertions, 6 deletions
| @@ -1,12 +1,12 @@ | |||
| 1 | pkgbase = wapiti | 1 | pkgbase = wapiti |
| 2 | pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... | 2 | pkgdesc = A comprehensive web app vulnerability scanner written in Python |
| 3 | pkgver = 3.0.1 | 3 | pkgver = 3.0.2 |
| 4 | pkgrel = 1 | 4 | pkgrel = 1 |
| 5 | url = http://wapiti.sourceforge.net/ | 5 | url = http://wapiti.sourceforge.net/ |
| 6 | changelog = ChangeLog | ||
| 6 | arch = any | 7 | arch = any |
| 7 | license = GPL | 8 | license = GPL |
| 8 | depends = python | 9 | makedepends = python-setuptools |
| 9 | depends = python-setuptools | ||
| 10 | depends = python-requests | 10 | depends = python-requests |
| 11 | depends = python-beautifulsoup4 | 11 | depends = python-beautifulsoup4 |
| 12 | depends = python-lxml | 12 | depends = python-lxml |
| @@ -14,8 +14,11 @@ pkgbase = wapiti | |||
| 14 | depends = python-yaswfp | 14 | depends = python-yaswfp |
| 15 | depends = python-mako | 15 | depends = python-mako |
| 16 | depends = python-pysocks | 16 | depends = python-pysocks |
| 17 | source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.1/wapiti3-3.0.1.tar.gz | 17 | optdepends = python-requests-kerberos: Kerberos authentication |
| 18 | sha256sums = bbb8c8f572afe77319734489a6ca0b211df4b87ad294db79b8bf0bda1c5aff29 | 18 | optdepends = python-requests-ntlm: NTLM authentication |
| 19 | options = zipman | ||
| 20 | source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-3.0.2/wapiti3-3.0.2.tar.gz | ||
| 21 | sha256sums = df86cab9f66c7794cab54fede16029056a764f5da565b2695524f9bd2bc9a384 | ||
| 19 | 22 | ||
| 20 | pkgname = wapiti | 23 | pkgname = wapiti |
| 21 | 24 | ||
