nuclei-templates/exposed-panels/kavita-panel-detect.yaml

31 lines
667 B
YAML
Raw Normal View History

2022-08-12 10:59:16 +00:00
id: kavita-panel-detect
info:
name: Kavita Panel Detect
author: ritikchaddha
severity: info
2022-08-12 11:01:58 +00:00
description: |
2022-08-12 10:59:16 +00:00
Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga, and the goal of being a full solution for all your reading needs.
reference:
- https://github.com/kareadita/kavita
metadata:
verified: true
2022-08-12 11:01:58 +00:00
shodan-query: http.title:"kavita"
2022-08-12 10:59:16 +00:00
tags: panel,kavita
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Kavita"
- type: status
status:
- 200