39 lines
948 B
YAML
39 lines
948 B
YAML
id: magnolia-installer
|
|
|
|
info:
|
|
name: Magnolia CMS Installer
|
|
description: Magnolia CMS is susceptible to the Installation page exposure due to misconfiguration.
|
|
author: pussycat0x
|
|
severity: info
|
|
reference:
|
|
- https://www.magnolia-cms.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Magnolia Installation"
|
|
tags: magnolia,exposure,installer,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Magnolia Installation"
|
|
- "Welcome to Magnolia"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502204b45c4522d3518f08393aace7888f02139e968db16df30c31e468d02133b2842022100926da46f247014e67615cfdee51cd5136d561a9c56a2ab5183b8edeace338cf4:922c64590222798bb761d5b6d8e72950
|