Releases: wpscanteam/CMSScanner
Releases · wpscanteam/CMSScanner
v0.13.3
v0.13.2
- Minor:
- Added
Vulnerability#introduced_in
attribute - Fixed Incorrect required long option value when an error is raised - Ref wpscanteam/OptParseValidator#84
- Added
v0.13.1
v0.13.0
-
Minor:
- Target URL added to the JSON output when an error occurs before
controller#run
- Ref wpscanteam/wpscan#1594
- Target URL added to the JSON output when an error occurs before
-
Major:
--force
option added to scan target despite returning a 403 when checking its availability - Ref wpscanteam/wpscan#1592
v0.12.2
v0.12.1
v0.12.0
Major:
- BreadthFirstDictionaryAttack: The #attack method now takes the wordlist path (rather than an array of passwords) as second argument. This reduces the memory usage when using big wordlists such as rockyou. Ref wpscanteam/wpscan#1518
v0.11.0
Major:
- BreadthFirstDictionaryAttack: When an error occurs, the body is only displayed when
--verbose
is used - When using an output format other than the CLI (such as
-f json
), the progress bar log will only contain unique errors (before duplicate could occur, leading to an increase of Memory usage)
v0.10.1
- Minor
- Updated Typhoeus to 1.4.x
- Long option/s now displayed when a required one is missing - Ref wpscanteam/wpscan#1500