diff options
author | Yigit Sever | 2022-07-14 02:06:42 +0300 |
---|---|---|
committer | Yigit Sever | 2022-07-14 02:06:42 +0300 |
commit | 5457499747ad363cac54180873270dd69109b268 (patch) | |
tree | c5ca116e828e3fa4d6fd86e02b92ff5f87e37e62 /wapiti/ChangeLog | |
parent | 1442888b7776777cf39eec0158fbbf164c1f142d (diff) | |
download | packages-5457499747ad363cac54180873270dd69109b268.tar.gz packages-5457499747ad363cac54180873270dd69109b268.tar.bz2 packages-5457499747ad363cac54180873270dd69109b268.zip |
wapiti: update to 3.1.3
Diffstat (limited to 'wapiti/ChangeLog')
-rw-r--r-- | wapiti/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wapiti/ChangeLog b/wapiti/ChangeLog index 645c857..ff8f2a5 100644 --- a/wapiti/ChangeLog +++ b/wapiti/ChangeLog | |||
@@ -1,3 +1,9 @@ | |||
1 | 09/07/2022 | ||
2 | Wapiti 3.1.3 | ||
3 | Reports: Add a new --detailed-report option that will put HTTP responses (headers and bodies) in the report. | ||
4 | Crawler: Add a new --mitm-port option that will replace the crawler with an intercepting proxy (mitmproxy) | ||
5 | Core: Dropped support of Python 3.7 | ||
6 | |||
1 | 13/05/2022 | 7 | 13/05/2022 |
2 | Wapiti 3.1.2 | 8 | Wapiti 3.1.2 |
3 | mod_http_headers: Deprecate X-XSS-Protection header | 9 | mod_http_headers: Deprecate X-XSS-Protection header |
@@ -343,7 +349,7 @@ | |||
343 | GET_XSS: only scan for XSS with HTTP GET method (no post) | 349 | GET_XSS: only scan for XSS with HTTP GET method (no post) |
344 | POST_XSS: XSS attacks using POST and not GET | 350 | POST_XSS: XSS attacks using POST and not GET |
345 | GET_ALL: every attack without POST requests | 351 | GET_ALL: every attack without POST requests |
346 | 352 | ||
347 | 12/08/2006 | 353 | 12/08/2006 |
348 | Version 1.1.3 | 354 | Version 1.1.3 |
349 | Fixed the timeout bug with chunked responses | 355 | Fixed the timeout bug with chunked responses |