Skip to content

Commit

Permalink
Add Regression Test
Browse files Browse the repository at this point in the history
- Adds a regression test for detecting basic SQL
  authentication bypass attempts 1/3 (981244)
  • Loading branch information
Jonathan Claudius committed Sep 19, 2012
1 parent 859905d commit 657f6e8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@ Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plai
%endtest



%test Detects basic SQL authentication bypass attempts 1/3 (981244)
########################################
%output 981244
%var sig=aaa'%20or%20(1)%3D(1)%20%23!asd
%var sig=aa'%20LIKE%20md5(1)%20or%20'1
%endtest



Expand Down

0 comments on commit 657f6e8

Please sign in to comment.