nuclei-templates/http/misconfiguration/installer/magnolia-installer.yaml

36 lines
642 B
YAML
Raw Normal View History

2023-03-15 12:59:13 +00:00
id: magnolia-installer
info:
name: Magnolia CMS Installer
author: pussycat0x
severity: info
reference:
- https://www.magnolia-cms.com/
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-15 12:59:13 +00:00
shodan-query: title:"Magnolia Installation"
tags: magnolia,installer,misconfig
2023-03-15 12:59:13 +00:00
http:
2023-03-15 12:59:13 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Magnolia Installation"
- "Welcome to Magnolia"
2023-03-16 01:09:22 +00:00
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200