Skip to content

Releases: wpscanteam/CMSScanner

v0.13.3

22 Mar 15:30
Compare
Choose a tag to compare
  • Minor:
    • When checking the full response during Enumeration, the valid_response_codes are now also considered

v0.13.2

22 Mar 10:04
Compare
Choose a tag to compare
  • Minor:

v0.13.1

01 Feb 13:05
Compare
Choose a tag to compare
  • Minor:
    • Fixed exception raised in rescue statement when error happened in OptParseValidator, causing multiple stacktraces to be displayed rather than the error message.

v0.13.0

12 Jan 13:05
Compare
Choose a tag to compare
  • Minor:

  • Major:

    • --force option added to scan target despite returning a 403 when checking its availability - Ref wpscanteam/wpscan#1592

v0.12.2

04 Jan 06:39
Compare
Choose a tag to compare
  • Updated dependencies, especially Nokogiri which should be easier and faster to get installed

v0.12.1

25 Jul 14:18
Compare
Choose a tag to compare

Minor:

  • Error messages from OptPath validator are more explicit
  • Updated some InterestingFindings message to be more explicit.
  • Fixed FantasticoFileslist reference.

v0.12.0

16 Jul 12:34
Compare
Choose a tag to compare

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

15 Jul 12:18
Compare
Choose a tag to compare

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

08 Jun 17:58
Compare
Choose a tag to compare
  • Minor
    • Updated Typhoeus to 1.4.x
    • Long option/s now displayed when a required one is missing - Ref wpscanteam/wpscan#1500

v0.10.0

16 Apr 08:04
Compare
Choose a tag to compare

Major:

  • Vulnerability model #new method's arguments reworked to support CVSS. title is still an argument, while all others are now keywords: :references, :type, :fixed_in and :cvss

Minor:

  • Added support for YouTube references