Skip to content

Gargoyle Router Management Utility Admin Login Panel - Detect

ID: gargoyle-router

Severity: info

Author: DhiyaneshDk

Tags: panel,iot,gargoyle,router,edb

Gargoyle Router Management Utility admin login panel was detected.

id: gargoyle-router
info:
name: Gargoyle Router Management Utility Admin Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Gargoyle Router Management Utility admin login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/8004
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:gargoyle-router:gargoyle:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Gargoyle Router Management Utility"
product: gargoyle
vendor: gargoyle-router
tags: panel,iot,gargoyle,router,edb
http:
- method: GET
path:
- "{{BaseURL}}/login.sh"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Gargoyle Router Management Utility</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100ed4112e46054adc512f7f4133632c247525d21f3fde5457a898b5afa63868cb002205883a07d560cabc52fbdf3900b2618717a7722e2ac37544db6ece7d2e0a27202: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/gargoyle-router.yaml"

View on Github