36 lines
796 B
YAML
36 lines
796 B
YAML
id: dashy-panel
|
|
|
|
info:
|
|
name: Dashy Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
reference:
|
|
- https://dashy.to/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.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: 490a0046304402207d65b11bd7ce45e94fbebab41dabe847d725ea17ebef154fbb3932689f8ea923022055d76f153ea7c167a0fe4a5bb58f4a9fbc6e46652c4f4c1649ef0827a784fcb8:922c64590222798bb761d5b6d8e72950
|