summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-02-25 16:05:54 +0100
committerKr1ss2022-02-25 16:05:54 +0100
commit965c347c006823cebb2328e26ed91f207693bd66 (patch)
treece58fd33e43c289aaa663eea1ca64a23a8eefd5a
parent6455f28f5690a89138f6c41e6e09a6ef425a1c41 (diff)
downloadaur-965c347c006823cebb2328e26ed91f207693bd66.tar.gz
update: wapiti 3.1.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f8ad8d9ce5a..18282435ad07 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 d5aec20ec5ac..9934ce98dcfa 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 dee5188fd19d..89cce860b492 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"; }