nuclei-templates/exposed-panels/strapi-documentation.yaml

41 lines
888 B
YAML

id: strapi-documentation
info:
name: Strapi CMS Documentation Login Panel - Detect
author: idealphase
severity: info
description: Strapi CMS Documentation 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.0
cwe-id: CWE-200
tags: strapi,panel
requests:
- method: GET
path:
- '{{BaseURL}}/documentation'
- '{{BaseURL}}/documentation/login'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "x-strapi-config"
- "https://strapi.io/documentation/"
condition: or
- type: word
words:
- "<title>Swagger UI</title>"
- "<title>Login - Documentation</title>"
condition: or
- type: status
status:
- 200
# Enhanced by md on 2023/01/14