Skip to content

Commit 684d08e

Browse files
author
Jarcis-cy
committed
[fix] 纠错
1 parent 9c0facf commit 684d08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/hiq/sql_injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ rules:
7676
path: /xxx?keyword=%27%2B(select(0)from(select(sleep({{randSecond2}})))v)%2B%27/
7777
read_timeout: "10"
7878
expression: response.latency - undelayedLantency >= randSecond2 * 1000 - 500 && response.status == 200 && response.body.bcontains(b"{\"code\":200")
79-
expression: r0() && r1()
79+
expression: r0() && r1() && r2()
8080
detail:
8181
author: Chaitin
8282
links:

0 commit comments

Comments
 (0)