Skip to content

Commit

Permalink
Extra test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jul 8, 2017
1 parent 362c285 commit f37cc64
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -132,11 +132,6 @@ config:
HackerToolkit : 'Sqlmap'
__SyntaxError__ : 'true'

#- test:
# input:
# user_agent_string: '"-3563\"" OR ELT(6900=6900,1436)"'
#

- matcher:
require:
- 'agent~"SELECT "'
Expand Down Expand Up @@ -487,6 +482,10 @@ config:
user_agent_string: '(select convert(int,CHAR(65)))'
expected: *isSQLInjection

- test:
input:
user_agent_string: '"-3563\"" OR ELT(6900=6900,1436)"'
expected: *isSQLInjection

# Validate false positive edge case that matched the substring "OR NOT" in "honOR NOTe 8"
- test:
Expand Down

0 comments on commit f37cc64

Please sign in to comment.