From 7fcdbc847f1493f95a00a593bbe5b7a680910de4 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Tue, 19 Sep 2023 14:54:51 -0700 Subject: [PATCH] Updated the ChangeLog for 0.1.4. --- ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 792341d..ded57d2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,16 @@ +### 0.1.4 / 2023-09-19 + +#### CLI + +* Improved the performance of `ronin-vulns` commands when scanning multiple URLs + or a file of URLs by not rebuilding an identical + {Ronin::Vulns::CLI::WebVulnCommand#scan_kwargs} for each URL. +* Allow the `--cookie "..."` option to be repeated multiple times and merge the + cookie strings together. +* Allow the `--cookie-param NAME=VALUE` option to be used with the + `--cookie "..."` option and merge the cookie values together. +* Print vulnerable param names in single quotes. + ### 0.1.3 / 2023-07-07 * Fixed a bug in {Ronin::Vulns::SSTI.scan} where when called without `escape:`