nuclei-templates/misconfiguration/drupal/drupal-user-enum-ajax.yaml

41 lines
872 B
YAML
Raw Normal View History

id: drupal-user-enum-ajax
info:
name: Drupal User Enumration [Ajax]
author: 0w4ys
severity: info
2021-03-12 08:57:14 +00:00
tags: drupal
requests:
- method: GET
path:
- "{{BaseURL}}/admin/views/ajax/autocomplete/user/a"
- "{{BaseURL}}/views/ajax/autocomplete/user/a"
- "{{BaseURL}}/?q=admin/views/ajax/autocomplete/user/a"
- "{{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"
2021-04-17 16:53:49 +00:00
matchers-condition: and
matchers:
2021-04-17 16:53:49 +00:00
- type: word
words:
- '":"a.'
- '":"A.'
part: body
2021-04-17 16:53:49 +00:00
- type: word
words:
2021-04-17 16:53:49 +00:00
- "application/json"
part: header
2021-04-17 16:53:49 +00:00
- type: status
status:
- 200
2021-04-17 16:53:49 +00:00
extractors:
- type: regex
part: body
regex:
- '"[\w \-\_\@\.]+\"'