Skip to content

Vaultwarden Login Panel - Detect

ID: vaultwarden-panel

Severity: info

Author: righettod

Tags: panel,vaultwarden,login

Vaultwarden products was detected.

id: vaultwarden-panel
info:
name: Vaultwarden Login Panel - Detect
author: righettod
severity: info
description: |
Vaultwarden products was detected.
reference:
- https://github.com/dani-garcia/vaultwarden
metadata:
max-request: 1
verified: true
shodan-query: http.html:"vaultwarden"
tags: panel,vaultwarden,login
http:
- method: GET
path:
- "{{BaseURL}}/#/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "vaultwarden web</title>")'
condition: and
# digest: 4a0a00473045022100bdf00a315d0bfe233b776dacf8f78a502cb8dfb879f62b18ba7de8874781334602205c280ad09357471521f39f3cf42f56a13ebe23bd606bc3672669c2818b7c9f85: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/vaultwarden-panel.yaml"

View on Github