diff --git a/CHANGELOG.md b/CHANGELOG.md index 963660a9..313740b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,17 @@ Released: 2016-05-06 * Update to Ruby 2.3.1, drop older ruby support * New data file location * Added experimental Windows support -* Display Wordpress metadata on the detected version +* Display WordPress metadata on the detected version * Several small fixes +WPScan Database Statistics: +* Total vulnerable versions: 156 +* Total vulnerable plugins: 1331 +* Total vulnerable themes: 376 +* Total version vulnerabilities: 2001 +* Total plugin vulnerabilities: 2168 +* Total theme vulnerabilities: 457 + ## Version 2.9 Released: 2015-10-15 diff --git a/data.zip b/data.zip index 2638f428..b6a397db 100644 Binary files a/data.zip and b/data.zip differ diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index a11a8979..95966ad6 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -30,7 +30,7 @@ LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update') MIN_RUBY_VERSION = '2.1.9' -WPSCAN_VERSION = '2.9' +WPSCAN_VERSION = '2.9.1' $LOAD_PATH.unshift(LIB_DIR) $LOAD_PATH.unshift(WPSCAN_LIB_DIR)