mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33 lines
880 B
YAML
33 lines
880 B
YAML
id: localai-detect
|
|
|
|
info:
|
|
name: LocalAI - Detect
|
|
author: s4e-io
|
|
severity: info
|
|
description: |
|
|
An instance running LocalAI was detected.
|
|
reference:
|
|
- https://github.com/mudler/LocalAI
|
|
- https://localai.io/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: mudler
|
|
product: localai
|
|
fofa-query: "LocalAI API"
|
|
shodan-query: http.favicon.hash:-976853304
|
|
tags: localai,tech,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_all(body, "alt=\"LocalAI Logo\"", "<title>LocalAI")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 490a004630440220254af285ca63aee8815a892b6ab8ab611c470c1ffddd9c07f91f14546b14d8fd0220536f17b491ce6df474e3ecd696e4555b37fd87c62abdd85bf1d1802859799cdc:922c64590222798bb761d5b6d8e72950 |