File: detectSQLi.t

package info (click to toggle)
modsecurity-apache 2.9.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,444 kB
  • sloc: ansic: 53,551; sh: 5,249; perl: 2,341; cpp: 1,930; makefile: 618; xml: 6
file content (18 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
   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
}