Skip to content

0.1.3

Compare
Choose a tag to compare
@postmodern postmodern released this 08 Jul 00:46
· 13 commits to main since this release
v0.1.3
  • Fixed a bug in Ronin::Vulns::SSTI.scan where when called without escape:
    it would not return all found vulnerabilities.
  • Fixed a bug in Ronin::Vulns::SQLI.scan where repeat requests would be sent
    even if escape_quote:, escape_parens:, or terminate: keyword arguments
    are given.
  • Improved Ronin::Vulns::ReflectedXSS::Context to detect when the XSS occurs
    after or inside of an HTML comment. (@quadule)