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

36 lines
760 B
YAML

id: storybook-panel
info:
name: Storybook Login Panel - Detect
author: kh4sh3i
severity: info
description: |
Storybook login panel was detected.
reference:
- https://storybook.js.org/
- https://github.com/storybookjs/storybook
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
metadata:
verified: true
shodan-query: http.html:"storybook"
tags: panel,storybook,workshop
requests:
- method: GET
path:
- "{{BaseURL}}/?path=/settings/about"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Storybook'
case-insensitive: true
- type: status
status:
- 200