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

31 lines
588 B
YAML

id: strapi-panel
info:
name: Strapi Admin Login Panel - Detect
author: idealphase
severity: info
description: Strapi 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.0
cwe-id: CWE-200
tags: panel,strapi,login
requests:
- method: GET
path:
- '{{BaseURL}}/admin/auth/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Strapi Admin</title>"
- type: status
status:
- 200
# Enhanced by md on 2023/01/14