Skip to content

Dependency-Track Login - Panel

ID: dependency-track-panel

Severity: info

Author: Th3l0newolf

Tags: panel,login,dependency,track

Dependency Track login panel was discovered.

id: dependency-track-panel
info:
name: Dependency-Track Login - Panel
author: Th3l0newolf
severity: info
description: |
Dependency Track login panel was discovered.
reference:
- https://docs.dependencytrack.org
metadata:
verified: true
max-request: 1
shodan-query: html:"Dependency-Track"
tags: panel,login,dependency,track
http:
- method: GET
path:
- "{{BaseURL}}/login?redirect=%2Fdashboard"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dependency-Track</title>"
- type: status
status:
- 200
# digest: 490a0046304402207a2702ea363c412aede85173dfbafce8bc25ae43b3f24e13d085a54e1091abc302207d0d4eafbae4f31bbf718e2536ce4e9a206b691484e0b23abe058b46eb1dc3e8: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/dependency-track-panel.yaml"

View on Github