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-24 09:08:06 +00:00
|
|
|
# digest: 490a0046304402200492455c4dc8d4b7c03d6363f146c21a0f406bc71e385d43a6ae84abe02b8e3d02204fde47c6121d885b68c7561f5f9efa94714b329be711875f451eaaa698db7c8c:922c64590222798bb761d5b6d8e72950
|