Merge pull request #5083 from projectdiscovery/kavita-panel-detect

Create kavita-panel-detect.yaml
patch-1
Prince Chaddha 2022-08-12 16:45:38 -07:00 committed by GitHub
commit cd73f4a0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: kavita-panel-detect
info:
name: Kavita Panel Detect
author: ritikchaddha
severity: info
description: |
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
shodan-query: http.title:"kavita"
tags: panel,kavita
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Kavita"
- type: status
status:
- 200