nuclei-templates/http/exposed-panels/ollama-llm-panel.yaml

32 lines
604 B
YAML
Raw Normal View History

2024-04-11 04:36:53 +00:00
id: ollama-llm-panel
2024-04-15 07:57:37 +00:00
2024-04-11 04:36:53 +00:00
info:
name: Ollama LLM Panel - Detect
author: pbuff07
severity: info
2024-04-15 07:57:37 +00:00
description: |
Ollama LLM Panel was detected
2024-04-11 04:36:53 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
2024-04-15 07:57:37 +00:00
shodan-query: "Ollama is running"
2024-04-11 04:36:53 +00:00
zoomeye-query: app:"Ollama LLM"
2024-04-15 07:57:37 +00:00
tags: panel,ollama,llm,detect
2024-04-11 04:36:53 +00:00
http:
- method: GET
path:
2024-04-15 07:57:37 +00:00
- "{{BaseURL}}"
2024-04-11 05:42:56 +00:00
2024-04-11 04:36:53 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Ollama is running"
- type: status
status:
2024-04-15 07:57:37 +00:00
- 200