Calendarix Admin Login Panel - Detect
ID: calendarix-panel
Severity: info
Author: r3dg33k
Tags: panel,calendarix,login
Description
Section titled “Description”Calendarix admin login panel was detected.
YAML Source
Section titled “YAML Source”id: calendarix-panel
info: name: Calendarix Admin Login Panel - Detect author: r3dg33k severity: info description: Calendarix admin login 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 metadata: max-request: 2 tags: panel,calendarix,login
http: - method: GET path: - '{{BaseURL}}/calendarix/admin/cal_login.php' - '{{BaseURL}}/calendar/admin/cal_login.php'
matchers-condition: and matchers: - type: status status: - 200
- type: word words: - 'Calendarix Admin Login'# digest: 4a0a00473045022055dd84d112912e877d459044e6d98a0cc0113777a100a917d20fa188e567c812022100f60786317a0724365b92a4fa9afbad5632b9788c2f5e4eb7c109e9b79b0f3bec: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/calendarix-panel.yaml"