Skip to content

Openweb UI Panel - Detect

ID: openwebui-panel

Severity: info

Author: rxerium

Tags: panel,openwebui,login

An OpenWebUI panel was detected

id: openwebui-panel
info:
name: Openweb UI Panel - Detect
author: rxerium
severity: info
description: |
An OpenWebUI panel was detected
reference:
- https://openwebui.com/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-286484075
tags: panel,openwebui,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>Open WebUI</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100d3ba6ceaeb18527294d5e0e6692a86cd190119a11bee0fe1edf686727233949f02201d4dc0daeba03e95cc62929ee4d41caca77ef74d4d121b27895d2703413d2e8d: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/openwebui-panel.yaml"

View on Github