We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0facf commit 684d08eCopy full SHA for 684d08e
guide/hiq/sql_injection.md
@@ -76,7 +76,7 @@ rules:
76
path: /xxx?keyword=%27%2B(select(0)from(select(sleep({{randSecond2}})))v)%2B%27/
77
read_timeout: "10"
78
expression: response.latency - undelayedLantency >= randSecond2 * 1000 - 500 && response.status == 200 && response.body.bcontains(b"{\"code\":200")
79
-expression: r0() && r1()
+expression: r0() && r1() && r2()
80
detail:
81
author: Chaitin
82
links:
0 commit comments