Fixed: tests for detectSQLi

This commit is contained in:
Breno Silva 2013-04-19 02:18:37 -04:00
parent 2c833f1c0d
commit 835661964c

View File

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