ModSecurity/tests/op/detectSQLi.t
2013-04-19 02:18:37 -04:00

19 lines
281 B
Perl

{
type => "op",
name => "detectSQLi",
input => "",
ret => 0
},
{
type => "op",
name => "detectSQLi",
input => "this is not isqli",
ret => 0
},
{
type => "op",
name => "detectSQLi",
input => "ascii(substring(version() from 1 for 1))",
ret => 1
}