Skip to content

Releases: wpscanteam/CMSScanner

v0.0.41.10

19 Mar 10:55
Compare
Choose a tag to compare
  • Typhoeus Monkey patch has been put back to cleanly abort hydra at the end of the scan or when an exception is raised (including user cancels)
  • Forced Typhoeus memoization to be disabled, potentially avoiding memory leaks with Hydra typhoeus/typhoeus#562

v0.0.41.9

18 Mar 20:39
Compare
Choose a tag to compare

Fixes #85

v0.0.41.8

16 Mar 12:39
Compare
Choose a tag to compare
  • Avoid Ruby-ProgressBar warning due to trying to increment the bar when progress == total
  • Catches more exceptions when running

v0.0.41.7

16 Mar 09:48
Compare
Choose a tag to compare

Removes the Typhoeus::Hydra#abort monkey patch, which could result in an exception not being caught during password attacks, leading to a malformed JSON output when using -f json (and a 0 byte file when using -f json -o out.json) - #83
Also, it was causing the progress bar to be re-displayed when user canceled the scan

v0.0.41.5

14 Mar 11:53
Compare
Choose a tag to compare

Fixes #83
Adds a different message when target respond with a 403 whether or not --random-user-agent was used

v0.0.41.4

07 Mar 19:22
Compare
Choose a tag to compare

Debug log detection improved - Fixes #82
XML-RPC detection improved - Fixes #81

v0.0.41.3

11 Jan 17:25
Compare
Choose a tag to compare
  • Adds a --max-scan-duration option to exit the scan when taking too long. Disabled by default.
  • Fixes a bug where incorrect error codes were returned in the implemented scanners.

v0.0.41.2

11 Jan 11:24
Compare
Choose a tag to compare
  • Updates Deps and Specs
  • Updates the example implementation

v0.0.41.1

28 Dec 11:13
Compare
Choose a tag to compare

Updates Dependencies (related to wpscanteam/wpscan#1266)

v0.0.41.0

12 Nov 15:48
Compare
Choose a tag to compare

Fixes #72
Fixes #71
Fixes #70
Fixes #69