Skip to content

Koel Panel - Detect

ID: koel-panel

Severity: info

Author: rxerium

Tags: panel,koel,login

Personal audio streaming service that works.

id: koel-panel
info:
name: Koel Panel - Detect
author: rxerium
severity: info
description: |
Personal audio streaming service that works.
reference:
- https://koel.dev/
- https://github.com/koel/koel
classification:
cpe: cpe:2.3:a:koel:koel:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: koel
product: koel
shodan-query: title:"Koel"
tags: panel,koel,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>Koel</title>'
- 'Personal audio streaming service that works.'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100effa0dbc17341b01e9a50704e6a3f031bbc406ceeb50861ed833e28f76fd3dc2022079c15ee063d9655428b89257b9785da0d56228c75e4685948c55e63bf245d329: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/koel-panel.yaml"

View on Github