Skip to content

Releases: wpscanteam/CMSScanner

v0.6.2

30 Oct 18:22
Compare
Choose a tag to compare
  • The used memory is not retrieved via the gem get_process_mem, which is Windows compatible. Ref #114
  • Updated various deps (fixes potential exception of activesupport due to old version)
  • New Target#error_404_res, and Target#error_404_url (same as Target#non_existant_page_url) methods. The Target#non_existant_url method will be removed in the next major version.

v0.6.1

30 Oct 17:43
Compare
Choose a tag to compare
  • Attempted to use the get_process_mem gem to support Windows as well

v0.6.0

11 Sep 09:12
Compare
Choose a tag to compare
  • --disable-tls-checks CLI option now tries to downgrade to TLS1.0+ (requires cURL >= 7.66.0) - Ref #109
  • CLI options file renamed from cli_options.yml|json to scan.yml|json and can contain other data. CLI options must be in the cli_options key

v0.5.8

24 Aug 13:47
Compare
Choose a tag to compare
  • Updated Deps
  • Removed Secunia and OSVDB references - #106
  • Updated packetstorm and securityfocus reference URLs to use HTTPS rather than HTTP - #106

v0.5.7

13 Aug 10:55
Compare
Choose a tag to compare
  • Improvements:
    • Responses with a code of 0 (something went terribly wrong) are also no longer cached

v0.5.6

13 Aug 10:00
Compare
Choose a tag to compare
  • Improvements:
    • Timed out requests are no longer cached

v0.5.5

31 Jul 13:49
Compare
Choose a tag to compare
  • Added the Referer header (set to the target URL) to all requests

v0.5.4

10 Jul 08:12
Compare
Choose a tag to compare
  • Fixes a bug where stats were not being displayed in some cases upon errors

v0.5.3

04 Jul 16:05
Compare
Choose a tag to compare
  • Updates Secunia Reference URL - Fixes #103

v0.5.2

17 Jun 17:12
Compare
Choose a tag to compare
  • Dependencies Updated