koel panel

patch-1
Rishi 2024-02-24 15:53:08 +00:00 committed by GitHub
parent 6a5cc64d9a
commit dde5d2fd44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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
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.'
matchers-condition: and
- type: status
status:
- 200