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

49 lines
1.0 KiB
YAML

id: bookstack-panel
info:
name: BookStack Login Panel - Detect
author: cyllective,daffainfo
severity: info
description: Bookstack login panel was detected.
reference:
- https://github.com/BookStackApp/BookStack
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:
shodan-query: http.title:"BookStack"
tags: panel,bookstack
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
condition: or
words:
- '<title>BookStack</title>'
- '<span class="logo-text">BookStack</span>'
- type: word
part: header
words:
- 'Set-Cookie: bookstack_session'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?:app\.js|(?:print\-)?styles\.css)\?version=([\w\.\-]+)["'']>'
# Enhanced by md on 2022/11/02