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