34 lines
894 B
YAML
34 lines
894 B
YAML
id: magnolia-panel
|
|
|
|
info:
|
|
name: Magnolia Panel - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Magnolia CMS is a powerful and versatile content management system that provides users with a host of features and options for web development. It offers a wide range of capabilities to help create a website that is both attractive and effective.
|
|
reference:
|
|
- https://www.magnolia-cms.com/
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: html:"Magnolia is a registered trademark"
|
|
tags: magnolia,panel,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/.magnolia/admincentral"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Magnolia is a registered trademark'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|