Merge pull request #9704 from rxerium/openweb-ui-detect

Openweb UI detect
patch-2
pussycat0x 2024-05-06 16:37:49 +05:30 committed by GitHub
commit d9b8e19498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: openwebui-panel
info:
name: Openweb UI Panel - Detect
author: rxerium
severity: info
description: |
An OpenWebUI panel was detected
reference:
- https://openwebui.com/
metadata:
shodan-query: http.favicon.hash:-286484075
verified: true
max-request: 1
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