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" - "{{BaseURL}}/?q=views/ajax/autocomplete/user/a"
headers: headers:
User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0" User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: regex
regex:
- '(?i)\{\"a'
part: body
- type: word - type: word
words: words:
- "Content-Type: application/json" - '":"a.'
- '":"A.'
part: body
- type: word
words:
- "application/json"
part: header part: header
- type: status - type: status
status: status:
- 200 - 200
extractors: extractors:
- type: regex - type: regex
part: body part: body