27 lines
675 B
YAML
27 lines
675 B
YAML
id: drupal-install
|
|
|
|
info:
|
|
name: Drupal Install
|
|
author: NkxxkN
|
|
severity: low
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: http.component:"drupal"
|
|
tags: exposure,drupal
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/install.php?profile=default"
|
|
- "{{BaseURL}}/core/install.php"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 1
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Choose language | Drupal</title>"
|
|
|
|
# digest: 4a0a00473045022010fa46c82c8757ee9c76e83f8689d00264a5856423b0a9ce35a80949e5d4e2c6022100c46777b3bcd71a8166684ee965531a047b00343157e5bfb96a180522f4c6d3be:922c64590222798bb761d5b6d8e72950
|