0.1.3
- Fixed a bug in
Ronin::Vulns::SSTI.scan
where when called withoutescape:
it would not return all found vulnerabilities. - Fixed a bug in
Ronin::Vulns::SQLI.scan
where repeat requests would be sent
even ifescape_quote:
,escape_parens:
, orterminate:
keyword arguments
are given. - Improved
Ronin::Vulns::ReflectedXSS::Context
to detect when the XSS occurs
after or inside of an HTML comment. (@quadule)