2021-04-20 10:14:18 +00:00
|
|
|
id: plone-cms-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Plone CMS detect
|
|
|
|
author: cyllective
|
|
|
|
severity: info
|
|
|
|
description: Detects Plone CMS
|
|
|
|
tags: tech,plone,cms
|
2021-08-18 11:29:20 +00:00
|
|
|
reference:
|
2021-04-20 10:14:18 +00:00
|
|
|
- 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>'
|