storybook panel

patch-1
kh4sh3i 2022-12-18 00:24:48 +03:30 committed by GitHub
parent 089f6e6867
commit 514b991251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: storybook-panel
info:
name: Storybook Login Panel - Detect
author: kh4sh3i
severity: info
description: |
Storybook login panel was detected.
reference:
- https://storybook.js.org/
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