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

41 lines
888 B
YAML
Raw Normal View History

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
2022-01-22 09:16:40 +00:00
tags: strapi,panel
requests:
- method: GET
path:
- '{{BaseURL}}/documentation'
2022-01-22 09:16:40 +00:00
- '{{BaseURL}}/documentation/login'
2022-01-22 09:16:40 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "x-strapi-config"
- "https://strapi.io/documentation/"
2022-01-22 09:16:40 +00:00
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