Update CVE-2022-30513.yaml

patch-1
Prince Chaddha 2022-10-06 01:44:32 +05:30 committed by GitHub
parent 7172604548
commit bb26b0aba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -39,9 +39,13 @@ requests:
cookie-reuse: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- contains(body_2, "''; alert(document.domain); s='';")
- contains(body_2, "School Dormitory Management System")
- status_code_2 == 200"
- type: word
part: body_2
words:
- "''; alert(document.domain); s='';"
- "School Dormitory Management System"
condition: and
- type: status
status:
- 200