Version 2.9 release
This commit is contained in:
39
CHANGELOG.md
39
CHANGELOG.md
@@ -1,6 +1,43 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## Master
|
## Master
|
||||||
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.8...master)
|
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9...master)
|
||||||
|
|
||||||
|
## Version 2.9
|
||||||
|
Released: 2015-10-15
|
||||||
|
|
||||||
|
New
|
||||||
|
* GZIP Encoding in updater
|
||||||
|
* Adds --throttle option to throttle requests
|
||||||
|
* Uses new API and local database file structure
|
||||||
|
* Adds last updated and latest version to plugins and themes
|
||||||
|
|
||||||
|
Removed
|
||||||
|
* ArchAssault from README
|
||||||
|
* APIv1 local databases
|
||||||
|
|
||||||
|
General core
|
||||||
|
* Update to Ruby 2.2.3
|
||||||
|
* Use yajl-ruby as JSON parser
|
||||||
|
* New dependancy for Ubuntu 14.04 (libgmp-dev)
|
||||||
|
* Use Travis container based infra and caching
|
||||||
|
|
||||||
|
Fixed issues
|
||||||
|
* Fix #835 - Readme requests to wp root dir
|
||||||
|
* Fix #836 - Critical icon output twice when the site is not running WP
|
||||||
|
* Fix #839 - Terminal-table dependency is broken
|
||||||
|
* Fix #841 - error: undefined method `cells' for #<Array:0x000000029cc2f8>
|
||||||
|
* Fix #852 - GZIP Encoding in updater
|
||||||
|
* Fix #853 - APIv2 integration
|
||||||
|
* Fix #858 - Detection FP
|
||||||
|
* Fix #873 - false positive "site has Must Use Plugins"
|
||||||
|
|
||||||
|
WPScan Database Statistics:
|
||||||
|
* Total vulnerable versions: 132
|
||||||
|
* Total vulnerable plugins: 1170
|
||||||
|
* Total vulnerable themes: 368
|
||||||
|
* Total version vulnerabilities: 1476
|
||||||
|
* Total plugin vulnerabilities: 1913
|
||||||
|
* Total theme vulnerabilities: 450
|
||||||
|
|
||||||
## Version 2.8
|
## Version 2.8
|
||||||
Released: 2015-06-22
|
Released: 2015-06-22
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
|
|||||||
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
|
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
|
||||||
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
||||||
|
|
||||||
WPSCAN_VERSION = '2.8'
|
WPSCAN_VERSION = '2.9'
|
||||||
|
|
||||||
$LOAD_PATH.unshift(LIB_DIR)
|
$LOAD_PATH.unshift(LIB_DIR)
|
||||||
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user