Adds v2.5.1
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## Master
|
## Master
|
||||||
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.5...master)
|
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.5.1...master)
|
||||||
|
|
||||||
|
## Version 2.5.1
|
||||||
|
Released: 2014-09-29
|
||||||
|
|
||||||
|
Fixes reference URL to WPVDB
|
||||||
|
|
||||||
## Version 2.5
|
## Version 2.5
|
||||||
Released: 2014-09-26 (@ BruCON 2014)
|
Released: 2014-09-26 (@ BruCON 2014)
|
||||||
@@ -30,7 +35,7 @@ General core
|
|||||||
* Little output change and coloring
|
* Little output change and coloring
|
||||||
* Adds a missing verbose output
|
* Adds a missing verbose output
|
||||||
* Re-build redirection url if begin with slash '/'
|
* Re-build redirection url if begin with slash '/'
|
||||||
* Fixes the remove_conditional_comments function
|
* Fixes the remove_conditional_comments function
|
||||||
* Ensures to give a string to Typhoeus
|
* Ensures to give a string to Typhoeus
|
||||||
* Fix wpstools check-vuln-ref-urls
|
* Fix wpstools check-vuln-ref-urls
|
||||||
* Fix rspecs for new json
|
* Fix rspecs for new json
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ WP_VERSIONS_XSD = File.join(DATA_DIR, 'wp_versions.xsd')
|
|||||||
LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
|
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')
|
||||||
|
|
||||||
WPSCAN_VERSION = '2.5'
|
WPSCAN_VERSION = '2.5.1'
|
||||||
|
|
||||||
$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