nuclei-templates/http/exposed-panels/netlify-cms.yaml

31 lines
582 B
YAML

id: netlify-cms
info:
name: Netlify CMS Admin Login Panel - Detect
author: sullo
severity: info
description: Netlify CMS admin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,netlify
http:
- method: GET
path:
- "{{BaseURL}}/admin/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Netlify CMS"
part: body