Skip to content

DragonFly Login - Panel

ID: dragonfly-panel

Severity: info

Author: DhiyaneshDK

Tags: dragonfly,panel,login

Dragonfly Login Panel was discovered

id: dragonfly-panel
info:
name: DragonFly Login - Panel
author: DhiyaneshDK
severity: info
description: |
Dragonfly Login Panel was discovered
metadata:
verified: true
max-request: 1
fofa-query: body="logo-dragonfly.png"
tags: dragonfly,panel,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'href="logo-dragonfly.png"'
- type: status
status:
- 200
# digest: 4a0a004730450221009bf3102f17d546fa2d820d31aeb9fce4f81b8c2a8d4d1709fbcf34072ea7a0950220533af9cca4cdeb19836924b7f39551c0c5a6608a6538d7c9aabf76e080e157bb: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/dragonfly-panel.yaml"

View on Github