Skip to content

Dify Panel - Detect

ID: dify-panel

Severity: info

Author: s4e-io

Tags: panel,login,dify,detect

Dify panel was discovered.

id: dify-panel
info:
name: Dify Panel - Detect
author: s4e-io
severity: info
description: |
Dify panel was discovered.
reference:
- https://github.com/langgenius/dify
metadata:
verified: true
max-request: 2
vendor: langgenius
product: dify
fofa-query: icon_hash="97378986"
tags: panel,login,dify,detect
http:
- method: GET
path:
- "{{BaseURL}}/signin"
- "{{BaseURL}}"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Dify")'
- "status_code == 200"
condition: and
# digest: 4a0a0047304502206f2164e2930dd01064fc0b26377fda40fac2aa79d39940620d64105cb14935d8022100c20a143801d13d928eafe937e9752d980c924f7818e6d52114bc585065927d86: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/dify-panel.yaml"

View on Github