Skip to content

Commit

Permalink
Merge pull request #11068 from Kazgangap/lollms-webui-detect
Browse files Browse the repository at this point in the history
add lollms-webui-detect
  • Loading branch information
ritikchaddha authored Oct 23, 2024
2 parents 17c0fd4 + 78f9fd1 commit 447001c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/technologies/lollms-webui-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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

0 comments on commit 447001c

Please sign in to comment.