23 lines
411 B
YAML
23 lines
411 B
YAML
id: drupal-install
|
|
|
|
info:
|
|
name: Drupal Install
|
|
author: NkxxkN
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"drupal"
|
|
tags: exposure,drupal
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/install.php?profile=default"
|
|
|
|
host-redirects: true
|
|
max-redirects: 1
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Choose language | Drupal</title>"
|