Skip to content

Releases: wpscanteam/CMSScanner

v0.9.0

12 Apr 16:15
Compare
Choose a tag to compare
  • Support for Ruby 2.4 removed as EOL reached.

v0.8.6

13 Mar 14:48
Compare
Choose a tag to compare
  • Fixes wrong number of argument error with old versions of activesupport (< 5.2) from opt_parse_validator.

v0.8.5

09 Mar 17:10
Compare
Choose a tag to compare
  • Redirect are now followed when checking for the 404 used to generate the error_404_hash

v0.8.4

02 Mar 14:34
Compare
Choose a tag to compare
  • Message displayed in CLI output for XMLRPC and Headers findings updated.

v0.8.3

29 Feb 12:45
Compare
Choose a tag to compare
  • Nokogiri version required updated

v0.8.2

11 Feb 16:02
Compare
Choose a tag to compare
  • Split Browser#default_request_params in two methods
  • Target IP address added to the output

v0.8.1

02 Jan 13:48
Compare
Choose a tag to compare
  • Put back old URI.encode behaviour, encoding '#' chars

v0.8.0

02 Jan 12:49
Compare
Choose a tag to compare
  • When checking for a redirection, maxredirs has been set to 10 - Ref wpscanteam/wpscan#1204
  • Website#non_existant_url replaced by Website#error_404_url
  • Updates code to be compatible with ruby 2.7

v0.7.1

05 Nov 18:48
Compare
Choose a tag to compare
  • Use latest version of get_process_mem and sys-proctable gems

v0.7.0

01 Nov 16:35
Compare
Choose a tag to compare
  • Fixed Target#error_404_url being different each call
  • Reduced Target#error_404_url length
  • Fixed incorrect titleization of Finder class name when digits are in it (this is likely to break current implementation of scanner using the gem, so a new major version has been released)