2021-12-27 05:01:53 +00:00
|
|
|
id: bookstack-panel
|
2021-03-29 11:55:16 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-08 20:55:31 +00:00
|
|
|
name: BookStack Login Panel - Detect
|
2021-12-27 05:01:53 +00:00
|
|
|
author: cyllective,daffainfo
|
2021-03-29 11:55:16 +00:00
|
|
|
severity: info
|
2022-11-08 20:55:31 +00:00
|
|
|
description: Bookstack login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/BookStackApp/BookStack
|
2022-11-08 20:55:31 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2022-11-08 20:55:31 +00:00
|
|
|
cwe-id: CWE-200
|
2021-12-27 05:01:53 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2021-12-27 05:01:53 +00:00
|
|
|
shodan-query: http.title:"BookStack"
|
|
|
|
tags: panel,bookstack
|
2021-03-29 11:55:16 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-29 11:55:16 +00:00
|
|
|
- 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>'
|
|
|
|
|
2021-12-27 05:01:53 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'Set-Cookie: bookstack_session'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-03-29 11:55:16 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?:app\.js|(?:print\-)?styles\.css)\?version=([\w\.\-]+)["'']>'
|