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

43 lines
905 B
YAML
Raw Normal View History

2022-12-17 21:06:55 +00:00
id: storybook-panel
info:
name: Storybook Panel - Detect
2022-12-17 21:06:55 +00:00
author: kh4sh3i
severity: info
description: Storybook panel was detected.
2022-12-17 21:06:55 +00:00
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
2022-12-17 21:06:55 +00:00
metadata:
verified: true
2023-01-05 10:05:47 +00:00
shodan-query: http.title:"storybook"
2022-12-17 21:06:55 +00:00
tags: panel,storybook,workshop
requests:
- method: GET
path:
2023-01-05 10:08:17 +00:00
- "{{BaseURL}}"
2022-12-17 21:06:55 +00:00
- "{{BaseURL}}/?path=/settings/about"
2023-01-05 10:05:47 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2022-12-17 21:06:55 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-05 10:05:47 +00:00
- '<title>Storybook</title>'
- 'storybook-'
condition: or
2022-12-17 21:06:55 +00:00
- type: status
status:
2023-01-05 10:05:47 +00:00
- 200
# Enhanced by md on 2023/01/18