github wpscanteam/wpscan v3.5.0

latest releases: v3.8.27, v3.8.26, v3.8.25...
5 years ago

Changes/Improvements:

  • All enumeration processes, and most other checks now use HEAD requests and then perform a GET when suitable (related to the long wanted #211). This reduces the data received, especially with custom 404 returning a lot of data
  • Make sure files which can return a lot of data, such as SQL dumps, are checked with a Range header - #1322
  • Running Stats (Requests done, Memory used and so on) are now always displayed at the end of the scan, when the scan is valid, ie not CLI errors, not Wordpress Error etc (so once the URL and Started time are displayed, stats will be output at the end no matter what)
  • More accurate memory usage, by getting the starting memory when a scan is initialised
  • Additional detection of the WP-JSON API via the source of the homepage -#1319
  • Detection of wp-content dir from RAW JavaScript
  • Password Attack against the wp-login.php improved to avoid False Positive
  • Minified version of static files also checked when trying to determine WP version - #1311
  • Check errors 500 as well as custom 401/403 during plugin/theme enumeration - #1090

Removals:

  • WPScan is no longer checking for the changelog URLs when displaying plugins and themes. Versions detection from changelogs are still performed

Fixes:

Dev Stuff:

  • Profiling executable added - #1321
  • frozen_string_literal comment is now used everywhere, to reduce object allocations
  • Better code for WpVersion#all
  • Models and Errors moved into their own namespace - #1315

Don't miss a new wpscan release

NewReleases is sending notifications on new releases.