Skip to content

OpenObserve Login Panel - Detect

ID: openobserve-panel

Severity: info

Author: righettod

Tags: panel,openobserve,login

OpenObserve products was detected.

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

View on Github