2021-12-27 05:01:53 +00:00
|
|
|
id: bookstack-panel
|
2021-03-29 11:55:16 +00:00
|
|
|
|
|
|
|
info:
|
2021-12-27 05:01:53 +00:00
|
|
|
name: BookStack Panel Login
|
|
|
|
author: cyllective,daffainfo
|
2021-03-29 11:55:16 +00:00
|
|
|
severity: info
|
2021-12-27 05:01:53 +00:00
|
|
|
description: A platform to create documentation/wiki content built with PHP & Laravel
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/BookStackApp/BookStack
|
2021-12-27 05:01:53 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"BookStack"
|
|
|
|
tags: panel,bookstack
|
2021-03-29 11:55:16 +00:00
|
|
|
|
|
|
|
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>'
|
|
|
|
|
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\.\-]+)["'']>'
|