Skip to content

Dashy Panel - Detect

ID: dashy-panel

Severity: info

Author: ritikchaddha

Tags: panel,dashy,detect

id: dashy-panel
info:
name: Dashy Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://dashy.to/
classification:
cpe: cpe:2.3:a:dashy:dashy:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: dashy
product: dashy
shodan-query: http.favicon.hash:-1013024216
fofa-query: icon_hash=-1013024216
tags: panel,dashy,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Dashy'
- 'content="Dashy'
- '/css/dashy.'
- 'web-icons/dashy-logo.png'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100a82cd5cddf7c8a2ce88b044899a48228026f77310e29022dfc3c83552c604b5d022035a4a0df5fb0757a8263ed6396bc58167dbd9f373db20e2b055ceb2b3c8ae287: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/dashy-panel.yaml"

View on Github