diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |