31 lines
851 B
YAML
31 lines
851 B
YAML
id: plone-cms-detect
|
|
|
|
info:
|
|
name: Plone CMS detect
|
|
author: cyllective
|
|
severity: info
|
|
description: Detects Plone CMS
|
|
reference:
|
|
- https://github.com/plone/Products.CMFPlone
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,plone,cms
|
|
|
|
http:
|
|
- 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>'
|
|
|
|
# digest: 490a0046304402202ef6ca725e17c3ef654085c3d4e865a19128798ddd4afff4da7a67b706cbf5fe0220787e97acc7336d6d131d07f457502bba388f839c4ee220a5a7d1551d5674dce5:922c64590222798bb761d5b6d8e72950
|