Prepare 2.9.1 release #935

This commit is contained in:
ethicalhack3r
2016-05-06 00:15:53 +02:00
parent 49d0a9e6d9
commit 920338fb62
3 changed files with 10 additions and 2 deletions

View File

@@ -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

BIN
data.zip

Binary file not shown.

View File

@@ -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)