Kavita Login Panel - Detect
ID: kavita-panel-detect
Severity: info
Author: ritikchaddha
Tags: panel,kavita
Description
Section titled “Description”Kavita login panel was detected.
YAML Source
Section titled “YAML Source”id: kavita-panel-detect
info: name: Kavita Login Panel - Detect author: ritikchaddha severity: info description: | Kavita login panel was detected. reference: - https://github.com/kareadita/kavita 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 metadata: verified: true max-request: 1 shodan-query: http.title:"kavita" product: kavita vendor: kavitareader fofa-query: title="kavita" google-query: intitle:"kavita" tags: panel,kavita
http: - method: GET path: - "{{BaseURL}}/login"
matchers-condition: and matchers: - type: word part: body words: - "<title>Kavita"
- type: status status: - 200# digest: 4a0a00473045022018ec33c1263f4079ec8d48b28b945b6a7de88a98329f8e6f07bc8b4e0e7f2f48022100c80ea600f23e5cff599bd5adc4087ff279787b8d7207fab42dc47b54881ba41b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/kavita-panel-detect.yaml"