Skip to content

Commit beed3e5

Browse files
Update openwebui-panel.yaml
1 parent f6b9f6b commit beed3e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http/exposed-panels/openwebui-panel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ info:
1212
verified: true
1313
max-request: 1
1414
shodan-query: http.favicon.hash:-286484075 http.title:"Open WebUI"
15-
tags: panel,openwebui,login,detect
15+
tags: panel,openwebui,login,detect,discovery
1616

1717
http:
1818
- method: GET
1919
path:
20-
- "{{BaseURL}}/"
20+
- "{{BaseURL}}"
2121
- "{{BaseURL}}/api/config"
2222
- "{{BaseURL}}/auth"
2323
- "{{BaseURL}}/opensearch.xml"
@@ -38,4 +38,4 @@ http:
3838
part: body
3939
group: 1
4040
regex:
41-
- '"version"\s*:\s*"([0-9\.]+)"'
41+
- '"version"\s*:\s*"([0-9\.]+)"'

0 commit comments

Comments
 (0)