2024-10-22 17:54:12 +00:00
|
|
|
id: lollms-webui-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: LoLLMS WebUI - Detect
|
|
|
|
author: s4e-io
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
An instance running LoLLMS WebUI was detected.
|
|
|
|
reference:
|
|
|
|
- https://github.com/ParisNeo/lollms-webui
|
|
|
|
- https://lollms.com
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
fofa-query: "LoLLMS WebUI - Welcome"
|
|
|
|
tags: lollms-webui,tech,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'contains(body, "LoLLMS WebUI - Welcome")'
|
|
|
|
- 'status_code == 200'
|
|
|
|
condition: and
|
2024-10-23 04:06:59 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502203d225d87db17caa2626607e0adeba79d5c8ba9bbc1fbdc3c5e979defd574608a022100d630bebd583762b2695b026911077f9b8d5c5dc2765aa3c5feced88bf4694520:922c64590222798bb761d5b6d8e72950
|