Merge pull request #8343 from projectdiscovery/dashy-panel

Create dashy-panel.yaml
patch-1
Dhiyaneshwaran 2023-10-09 15:10:35 +05:30 committed by GitHub
commit 2daf112d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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