2020-09-01 12:45:29 +00:00
|
|
|
id: drupal-user-enum-ajax
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Drupal User Enumration [Ajax]
|
|
|
|
author: 0w4ys
|
|
|
|
severity: info
|
2022-07-07 06:45:33 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 4
|
2022-07-07 06:45:33 +00:00
|
|
|
shodan-query: http.component:"drupal"
|
2021-03-12 08:57:14 +00:00
|
|
|
tags: drupal
|
2020-09-01 12:45:29 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-09-01 12:45:29 +00:00
|
|
|
- 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"
|
2021-04-17 16:53:49 +00:00
|
|
|
|
2021-09-02 11:59:10 +00:00
|
|
|
stop-at-first-match: true
|
2020-09-01 12:45:29 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-04-17 16:53:49 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '":"a.'
|
|
|
|
- '":"A.'
|
2020-09-01 12:45:29 +00:00
|
|
|
part: body
|
2021-04-17 16:53:49 +00:00
|
|
|
|
2020-09-01 12:45:29 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-04-17 16:53:49 +00:00
|
|
|
- "application/json"
|
2020-09-01 12:45:29 +00:00
|
|
|
part: header
|
2021-04-17 16:53:49 +00:00
|
|
|
|
2020-09-01 12:45:29 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-04-17 16:53:49 +00:00
|
|
|
|
2020-09-01 12:45:29 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '"[\w \-\_\@\.]+\"'
|