diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,28 @@ | |||
1 | 15/02/2021 | ||
2 | Wapiti 3.0.9 | ||
3 | CLI: New "passive" module option allows to use less aggressives modules only | ||
4 | WP_ENUM: Improve detection of Wordpress | ||
5 | SSL: New module to check TLS/SSL configuration, powered by SSLyze | ||
6 | Log4Shell: New attack module to detect the infamous vulnerability | ||
7 | |||
8 | 18/11/2021 | ||
9 | Wapiti 3.0.8 | ||
10 | CLI: prevent users from using -a without specifying --ayth-type (and vice versa) | ||
11 | Crawler: Upgrade HTTP related dependencies (httpx, httpcore, httpx-socks) | ||
12 | |||
13 | 14/10/2021 | ||
14 | Wapiti 3.0.7 | ||
15 | Crawler: Extract URLs from AngularJS based websites | ||
16 | Crawler: Support HTTP responses compressed with Brotli | ||
17 | Crawler: Fix handling of upload forms (due to moving to httpx), handling of button fields having a value | ||
18 | CLI: Added option to log output to a file | ||
19 | Modules: Increased speed of modules Nikto, buster, drupal_enum, brute_login_form thank to concurrency | ||
20 | Modules: Added a module to detect subdomain takeovers | ||
21 | XSS: Removed references to wapiti3.ovh for XSS payloads | ||
22 | Modules: Fixed some false positives in modules backup, Nikto and SQL | ||
23 | Modules: Upgrade Wappalyzer module | ||
24 | Crawler: Upgrade HTTP related dependencies (httpx, httpcore) | ||
25 | |||
1 | 13/05/2021 | 26 | 13/05/2021 |
2 | Wapiti 3.0.5 | 27 | Wapiti 3.0.5 |
3 | SQL: boolean based blind SQL injection support added | 28 | SQL: boolean based blind SQL injection support added |
@@ -9,7 +34,6 @@ | |||
9 | Fingerprinting: several issues fixed on mod_wapp | 34 | Fingerprinting: several issues fixed on mod_wapp |
10 | Crawler: HTTP requests are processed concurrently for faster crawling. Check the new --tasks option. | 35 | Crawler: HTTP requests are processed concurrently for faster crawling. Check the new --tasks option. |
11 | 36 | ||
12 | |||
13 | 20/02/2021 | 37 | 20/02/2021 |
14 | Wapiti 3.0.4 | 38 | Wapiti 3.0.4 |
15 | XSS: improved context awareness of HTML webpage, payloads can now use the existing HTML tags without closing them | 39 | XSS: improved context awareness of HTML webpage, payloads can now use the existing HTML tags without closing them |