File: detectSQLi.t

package info (click to toggle)
modsecurity-apache 2.9.3-3%2Bdeb11u2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,856 kB
  • sloc: ansic: 51,388; sh: 4,516; perl: 2,340; cpp: 1,930; makefile: 605; xml: 6
file content (18 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (10)
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
}