Skip to content

Ollama LLM Panel - Detect

ID: ollama-llm-panel

Severity: info

Author: pbuff07

Tags: panel,ollama,llm,detect

Ollama LLM Panel was detected

id: ollama-llm-panel
info:
name: Ollama LLM Panel - Detect
author: pbuff07
severity: info
description: |
Ollama LLM Panel was detected
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
cpe: cpe:2.3:a:ollama:ollama:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: "Ollama is running"
zoomeye-query: app="Ollama"
product: ollama
vendor: ollama
tags: panel,ollama,llm,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Ollama is running"
- type: status
status:
- 200
# digest: 4a0a0047304502206ae0005fc1b403051a608a4c2d4916af5390ba5ee28cf9d17e28d3b8ca6a5f5e022100f5f9b1a2e0c4851b8d9c5a9752e6d8b2afe07fd7d0181d6c7088c065ce285003:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ollama-llm-panel.yaml"

View on Github