26 lines
630 B
YAML
26 lines
630 B
YAML
id: plone-cms-detect
|
|
|
|
info:
|
|
name: Plone CMS detect
|
|
author: cyllective
|
|
severity: info
|
|
description: Detects Plone CMS
|
|
tags: tech,plone,cms
|
|
reference:
|
|
- https://github.com/plone/Products.CMFPlone
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
condition: or
|
|
words:
|
|
- '<meta name="generator" content="Plone - '
|
|
- '<div xmlns:css="http://namespaces.plone.org/diazo/css"'
|
|
- '/++plone++static/plone-compiled.css'
|
|
- '/++plone++static/tinymce-styles.css'
|
|
- '>Powered by Plone & Python</a>' |