Gerapy Panel - Detect
ID: gerapy-detect
Severity: info
Author: pikpikcu
Tags: tech,gerapy,panel
Description
Section titled “Description”Gerapy panel was detected.
YAML Source
Section titled “YAML Source”id: gerapy-detect
info: name: Gerapy Panel - Detect author: pikpikcu severity: info description: Gerapy panel was detected. 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 cpe: cpe:2.3:a:gerapy:gerapy:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: gerapy product: gerapy tags: tech,gerapy,panel
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "<title>Gerapy</title>"
- type: status status: - 200# digest: 4a0a00473045022100ba4808449a43cfd2f2ab70357e8fd01949242a97bc8c14ff1f7943808f7e32fe022001a5e5ea5f4da76229e19740129997800a65583b3364b6cfa6d98e7033edf3fc: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/gerapy-detect.yaml"