Skip to content

DefectDojo Login Panel - Detect

ID: defectdojo-panel

Severity: info

Author: Adam Crosser

Tags: panel,defectdojo

DefectDojo login panel was detected.

id: defectdojo-panel
info:
name: DefectDojo Login Panel - Detect
author: Adam Crosser
severity: info
description: DefectDojo 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:owasp:defectdojo:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: html:"DefectDojo Logo"
product: defectdojo
vendor: owasp
tags: panel,defectdojo
http:
- method: GET
path:
- '{{BaseURL}}/login?next='
matchers:
- type: word
words:
- "<img src=\"/static/dojo/img/logo.png\" alt=\"DefectDojo Logo"
# digest: 4a0a00473045022100c1b98b49d1558181c188465b85c585f0f6015411194738eaa53c5480c13de60502201c02062de06e42854550d8491c22d0052211372fc2535b4d1e40042b600553d1:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/defectdojo-panel.yaml"

View on Github