Skip to content

Commit

Permalink
Merge pull request #8343 from projectdiscovery/dashy-panel
Browse files Browse the repository at this point in the history
Create dashy-panel.yaml
  • Loading branch information
DhiyaneshGeek authored Oct 9, 2023
2 parents aaab0b3 + 0abc857 commit 2daf112
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions http/exposed-panels/dashy-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: dashy-panel

info:
name: Dashy Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://dashy.to/
metadata:
max-request: 1
verified: true
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

0 comments on commit 2daf112

Please sign in to comment.