mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
30 lines
810 B
YAML
30 lines
810 B
YAML
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,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "LoLLMS WebUI - Welcome")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 490a00463044022042da705f6978b460b19cb9043ef61b2554b4914d1a41004039f37ca64988c329022065b05472e1e975d075049fb7fb362ce41f71a7fc8213ce782eaea03d8b78546a:922c64590222798bb761d5b6d8e72950 |