nuclei-templates/exposures/files/drupal-install.yaml

18 lines
312 B
YAML
Raw Normal View History

id: drupal-install
2020-04-21 12:10:12 +00:00
info:
name: Drupal Install
author: NkxxkN
severity: low
2020-04-21 12:10:12 +00:00
requests:
- method: GET
2020-05-25 08:02:27 +00:00
path:
- "{{BaseURL}}/install.php?profile=default"
redirects: true
max-redirects: 1
2020-04-21 12:10:12 +00:00
matchers:
- type: word
words:
2020-05-25 08:02:27 +00:00
- "<title>Choose language | Drupal</title>"