Skip to content

Beszel Login Panel - Detect

ID: beszel-panel

Severity: info

Author: righettod

Tags: panel,beszel,login

Beszel products was detected.

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

View on Github