Dradis Professional Edition Login Panel - Detect
ID: dradis-pro-panel
Severity: info
Author: righettod
Tags: panel,dradis
Description
Section titled “Description”Dradis Professional Edition login panel was detected.
YAML Source
Section titled “YAML Source”id: dradis-pro-panel
info: name: Dradis Professional Edition Login Panel - Detect author: righettod severity: info description: Dradis Professional Edition login panel was detected. reference: - https://dradisframework.com/ce/ 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:dradisframework:dradis:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: title:"Dradis Professional Edition" product: dradis vendor: dradisframework tags: panel,dradis
http: - method: GET path: - "{{BaseURL}}/pro/login"
matchers-condition: and matchers: - type: word part: body words: - "Dradis Professional Edition"
- type: status status: - 200# digest: 4b0a00483046022100911cc8be1f03daa7ca2232ec2ccd2a89a2bda7e627b601f2b302d5425c43c7d8022100e481a581a925020aef837aabd7db158b38af8b46a2567655769f209058b8843f: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/dradis-pro-panel.yaml"