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
|
2024-06-07 10:04:29 +00:00
|
|
|
shodan-query:
|
|
|
|
- http.component:"drupal"
|
|
|
|
- cpe:"cpe:2.3:a:drupal:drupal"
|
|
|
|
product: drupal
|
|
|
|
vendor: drupal
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: drupal,misconfig
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
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 \-\_\@\.]+\"'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100b24bebf70e77f409f945b33f983d381364a00650747ff7f26f5ebf3e2d371c5f02210088f7dc8d646e12702100e6f4c232278fff5b53f5ccf932dc9269e8ec07996ff8:922c64590222798bb761d5b6d8e72950
|