Update CVE-2021-24917.yaml

patch-1
Prince Chaddha 2022-09-01 16:26:39 +05:30 committed by GitHub
parent dae8572014
commit 992a9033d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions

View File

@ -21,17 +21,18 @@ requests:
Host: {{Hostname}}
Referer: something
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'redirect_to=%2Fwp-admin%2Fsomething&reauth=1'
- type: dsl
dsl:
- "!contains(tolower(location), 'wp-login.php')"
extractors:
- type: kval
kval:
- location
matchers-condition: and
matchers:
- type: word
part: location
words:
- 'redirect_to=%2Fwp-admin%2Fsomething&reauth=1'
- type: dsl
dsl:
- "!contains(tolower(location), 'wp-login.php')"