Skip to content

Gryphon Panel - Detect

ID: gryphon-login

Severity: info

Author: pdteam

Tags: panel,gryphon,router

Gryphon router panel was detected.

id: gryphon-login
info:
name: Gryphon Panel - Detect
author: pdteam
severity: info
description: Gryphon router panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Gryphon"
tags: panel,gryphon,router
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/luci/"
matchers:
- type: word
part: body
words:
- 'Gryphon'
- 'Welcome to GryphonCare'
condition: or
# digest: 4a0a004730450220066f27ca5d92c858f3255906da8a2beb2f6de6167ed3c8af21fd7a257a840378022100bd778147b2bcee13849ca946514881ac947c7a5cac475d839c5f44c7232f8e75: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/gryphon-login.yaml"

View on Github