diff --git a/CHANGELOG.md b/CHANGELOG.md index af6c38af..17bc7d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ [Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.4...master) ## Version 2.9.4 -Released: 2018-05-30 +Released: 2018-06-15 * Updated dependencies and required ruby version * Improved CLI output @@ -18,16 +18,17 @@ Released: 2018-05-30 * Check HTTP status of each value in /robots.txt (Thank you @g0tmi1k!) * Follow any redirections (e.g. http -> https) (Thank you @g0tmi1k!) * Lots of other enhancements by @g0tmi1k & WPScan Team +* Database export file enumeration. WPScan Database Statistics: * Total tracked wordpresses: 319 -* Total tracked plugins: 74611 -* Total tracked themes: 16606 +* Total tracked plugins: 74896 +* Total tracked themes: 16666 * Total vulnerable wordpresses: 305 -* Total vulnerable plugins: 1643 +* Total vulnerable plugins: 1645 * Total vulnerable themes: 286 * Total wordpress vulnerabilities: 8327 -* Total plugin vulnerabilities: 2597 +* Total plugin vulnerabilities: 2603 * Total theme vulnerabilities: 352 ## Version 2.9.3 diff --git a/Gemfile.lock b/Gemfile.lock index e7ab232e..ce52583a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM docile (1.3.1) ethon (0.11.0) ffi (>= 1.3.0) - ffi (1.9.23) + ffi (1.9.25) hashdiff (0.3.7) json (2.1.0) mini_portile2 (2.3.0) @@ -44,8 +44,8 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.3.0) ethon (>= 0.9.0) - unicode-display_width (1.3.3) - webmock (3.4.1) + unicode-display_width (1.4.0) + webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff diff --git a/data.zip b/data.zip index f18fadb3..ecea07bf 100644 Binary files a/data.zip and b/data.zip differ