nuclei-templates/technologies/drupal-detect.yaml

29 lines
483 B
YAML
Raw Normal View History

2022-08-25 17:37:56 +00:00
id: drupal-detector
info:
name: Drupal Detection
author: 1nf1n7y
severity: info
metadata:
2022-08-26 05:29:08 +00:00
verified: true
2022-08-25 17:37:56 +00:00
shodan-query: http.component:"Drupal"
tags: tech,drupal
requests:
- method: GET
path:
- "{{BaseURL}}/CHANGELOG.txt"
2022-08-26 05:29:08 +00:00
matchers-condition: and
2022-08-25 17:37:56 +00:00
matchers:
- type: word
2022-08-26 05:29:08 +00:00
part: body
2022-08-25 17:37:56 +00:00
words:
2022-08-26 05:29:08 +00:00
- 'Initial release'
- 'Drupal 1.0.0'
condition: and
- type: status
status:
- 200