Merge pull request #2545 from daffainfo/patch-190

Update CVE-2017-5487.yaml
patch-1
Sandeep Singh 2021-09-02 13:28:01 +05:30 committed by GitHub
commit e97e621efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ requests:
- "{{BaseURL}}/wp-json/wp/v2/users/"
- "{{BaseURL}}/?rest_route=/wp/v2/users/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -33,8 +34,9 @@ requests:
- '"name":'
- '"avatar_urls":'
condition: and
extractors:
- type: regex
part: body
regex:
- '"name":"[^"]*"'
- '"name":"[^"]*"'