Skip to content

Commit

Permalink
Update scan.property
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarpo authored Dec 5, 2018
1 parent 472432f commit 5138b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/scan.property
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ attack = {
"Broken auth" : "n",
"Rate limit" : "y",
"csrf" : 'y',
"zap" : 'y',
"jwt" : 'y',
"zap" : 'n',
"jwt" : 'n',
"sqli" : 'y',
"xss" : 'y',
"open-redirection" : "y",
"xxe" : "y",
"crlf" : "y",
"crlf" : "y",
"security_headers": "y"
}

Expand Down

0 comments on commit 5138b01

Please sign in to comment.