Update drupal-user-enum-ajax.yaml

patch-1
sandeep 2021-04-17 22:23:49 +05:30
parent 8652ce2262
commit 11e515daad
1 changed files with 10 additions and 5 deletions

View File

@ -15,19 +15,24 @@ requests:
- "{{BaseURL}}/?q=views/ajax/autocomplete/user/a"
headers:
User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)\{\"a'
part: body
- type: word
words:
- "Content-Type: application/json"
- '":"a.'
- '":"A.'
part: body
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200
extractors:
- type: regex
part: body