LibInjection helpers
LibInjectionIsSQLI(str) bool
Use libinjection to detect SQL injection in str
.
LibInjectionIsSQLI(evt.Parsed.http_args)
LibInjectionIsXSS(str) bool
Use libinjection to detect XSS in str
.
LibInjectionIsXSS(evt.Parsed.http_args)