From 965c347c006823cebb2328e26ed91f207693bd66 Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Fri, 25 Feb 2022 16:05:54 +0100 Subject: update: wapiti 3.1.1-1 upstream release --- .SRCINFO | 6 +++--- ChangeLog | 8 ++++++++ PKGBUILD | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0f8ad8d..1828243 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wapiti pkgdesc = Comprehensive web app vulnerability scanner written in Python - pkgver = 3.1.0 + pkgver = 3.1.1 pkgrel = 1 url = https://wapiti-scanner.github.io changelog = ChangeLog @@ -22,7 +22,7 @@ pkgbase = wapiti 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 + source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.1/wapiti3-3.1.1.tar.gz + sha256sums = d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36 pkgname = wapiti diff --git a/ChangeLog b/ChangeLog index d5aec20..9934ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +23/02/2022 + Wapiti 3.1.1 + Crawler: Fix a bug preventing Wapiti to scan websites with bad ciphers (SSL 3, TLS 1.0 for example) + Report: Add some unicode emojis in the HTML report to indicate the criticality of each vulnerability + XXE: more payloads to target non-PHP applications + raise a warning when the DTD file was reached by the target but exfiltration didn't succeed + CLI: --update option will only update chosen modules + CLI: New --data option allows to launch attacks on a single POST request. This option expect a url-encoded string. + 06/02/2022 Wapiti 3.1.0 Crawler: Fix passing named "button" tags in HTML forms diff --git a/PKGBUILD b/PKGBUILD index dee5188..89cce86 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=wapiti -pkgver=3.1.0 +pkgver=3.1.1 _name="$pkgname${pkgver:0:1}" pkgrel=1 @@ -25,7 +25,7 @@ options=('zipman') changelog=ChangeLog source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz") #source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") -sha256sums=('4974204e5da966c3e91946465840420c708c034a7c030c5597d3c36badf05a0f') +sha256sums=('d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36') prepare() { rm -rf "$_name-$pkgver/tests"; } -- cgit v1.2.3-70-g09d2