Skip to content

Releases: wpscanteam/wpscan

v3.8.25

29 Sep 12:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.24...v3.8.25

v3.8.24

09 Jun 12:43
Compare
Choose a tag to compare

This is a management release to ensure that the gem is properly pushed to the rubygems channel, as this has failed with the last tagged release. No functionality has changed since v3.8.23.

v3.8.23

08 Jun 15:17
Compare
Choose a tag to compare
  • Minor:
    • Updated --password-attack help text to mentions that xmlrpc multi call attack will only work against WP < 4.4 - Ref #1755
    • Fixed a small bug where the API calls would fail when both a proxy with authentication and an API token were used at the same time - ref #1783

v3.8.22

04 Apr 14:04
Compare
Choose a tag to compare

See https://github.com/wpscanteam/CMSScanner/releases/tag/v0.13.8

  • Minor:
    • Better handling of redirection, ie when target http->https (or the opposite), the target URL will be changed to the new one automatically to avoid scanning the http version and getting 301 which could result in items being missed
    • Better handling of unsupported HEAD method by checking for 501 and timeout as well

v3.8.21

22 Feb 16:22
Compare
Choose a tag to compare
  • Minor
    • Improved plugin version detection via changelog section in the Readme - Ref #1692
    • Fixed deprecation warnings - Ref #1709

v3.8.20

08 Nov 09:40
Compare
Choose a tag to compare
  • Minor:
    • Added patch for Homebrew

v3.8.19

22 Sep 16:45
Compare
Choose a tag to compare
  • Minor:
    • New version for updated dependencies

v3.8.18

08 Jun 15:26
Compare
Choose a tag to compare
  • Minor:
    • Fixed incorrect generation of DB Export locations when the target is an IP address - Ref #1638
    • Added subdomain in DB Backup files checked - Ref #1642
    • Updated WP Version output to handle future status such as latest-in-branch - Ref #1649
    • Fixed a crash when psych >= 4.0.0 was installed on the system running WPScan - Ref #1646

v3.8.17

22 Mar 16:33
Compare
Choose a tag to compare
  • Minor:
    • When checking the full response during Enumeration, valid_response_codes are now also considered
    • --exclude-usernames option added

v3.8.16

22 Mar 12:31
Compare
Choose a tag to compare
  • Minor:
    • introduced_in field returned by the API is now handled
    • Fixed Incorrect required long option value when an error is raised - Ref wpscanteam/OptParseValidator#84