Skip to content

Passbolt Login Panel

ID: passbolt-panel

Severity: info

Author: righettod

Tags: panel,passbolt,login

Passbolt login panel was detected.

id: passbolt-panel
info:
name: Passbolt Login Panel
author: righettod
severity: info
description: |
Passbolt login panel was detected.
reference:
- https://www.passbolt.com/
classification:
cpe: cpe:2.3:a:passbolt:passbolt_api:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: passbolt
product: passbolt_api
shodan-query: http.title:"Passbolt | Open source password manager for teams"
tags: panel,passbolt,login
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:
- '(?i)v=([0-9a-z.-]+)'
# digest: 4a0a00473045022100a5aec78c589eff95eda687eb9aed528c3e854441bf6a2cc408109af7e536a69902203f0b0c22474e570ba87fe1d24dd3954a4b892fa0896f5b8f0dfc108aa081f7d1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/passbolt-panel.yaml"

View on Github