Telerik Report Server Login Panel - Detect
ID: telerik-server-login
Severity: info
Author: ritikchaddha
Tags: telerik,panel
Description
Section titled “Description”Telerik Report Server login panel was detected.
YAML Source
Section titled “YAML Source”id: telerik-server-login
info: name: Telerik Report Server Login Panel - Detect author: ritikchaddha severity: info description: Telerik Report Server 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 cpe: cpe:2.3:a:progress:telerik_report_server:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.html:"Telerik Report Server" product: telerik_report_server vendor: progress tags: telerik,panel
http: - method: GET path: - "{{BaseURL}}/Account/Login"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - "Telerik Report Server"
- type: status status: - 200# digest: 4a0a00473045022100f24669c01b2fcce0c946bd03515267fa8adb96dda4e1c7fbd6a271b7b888c4fb02200e2b70fec590d41e0e4ed896045511ae9956169b3a0f27f74f793e233c1660da: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/telerik-server-login.yaml"