2024-02-04 23:17:36 +00:00
|
|
|
id: passbolt-panel
|
|
|
|
|
2024-03-04 08:20:22 +00:00
|
|
|
info:
|
|
|
|
name: Passbolt Login Panel
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Passbolt login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.passbolt.com/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: "http.title:\"Passbolt | Open source password manager for teams\""
|
|
|
|
max-request: 1
|
|
|
|
tags: panel,passbolt,login
|
2024-02-04 23:17:36 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/auth/login"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(body, "Passbolt") && contains(body, "Open source password manager for teams")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-02-04 23:20:10 +00:00
|
|
|
- '(?i)v=([0-9a-z.-]+)'
|
2024-03-04 09:35:31 +00:00
|
|
|
# digest: 490a0046304402207f1b9037354038919a4460781c2f126b5ca46c7d67c0af2aa6f9653d51573ce2022048ad39d72b06d3603428ca396cf315280273241fbf01fe026e55d2d9f9a4f964:922c64590222798bb761d5b6d8e72950
|