Skip to content

0.1.4

Latest
Compare
Choose a tag to compare
@postmodern postmodern released this 19 Sep 22:29
· 5 commits to main since this release
v0.1.4

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.