Releases: wpscanteam/CMSScanner
Releases · wpscanteam/CMSScanner
v0.6.2
- 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
- Attempted to use the
get_process_mem
gem to support Windows as well
v0.6.0
--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
- Updated Deps
- Removed Secunia and OSVDB references - #106
- Updated packetstorm and securityfocus reference URLs to use HTTPS rather than HTTP - #106
v0.5.7
- Improvements:
- Responses with a code of 0 (something went terribly wrong) are also no longer cached
v0.5.6
- Improvements:
- Timed out requests are no longer cached
v0.5.5
- Added the Referer header (set to the target URL) to all requests
v0.5.4
- Fixes a bug where stats were not being displayed in some cases upon errors
v0.5.3
- Updates Secunia Reference URL - Fixes #103