36 lines
705 B
YAML
36 lines
705 B
YAML
id: storybook-panel
|
|
|
|
info:
|
|
name: Storybook Panel Detect
|
|
author: kh4sh3i
|
|
severity: info
|
|
reference:
|
|
- https://storybook.js.org/
|
|
- https://github.com/storybookjs/storybook
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"storybook"
|
|
tags: panel,storybook,workshop
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/?path=/settings/about"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Storybook</title>'
|
|
- 'storybook-'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|