nuclei-templates/http/exposed-panels/passbolt-panel.yaml

33 lines
757 B
YAML
Raw Normal View History

2024-02-04 23:17:36 +00:00
id: passbolt-panel
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"
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.-]+)'