41 lines
915 B
YAML
41 lines
915 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"Gargoyle Router Management Utility"
|
|
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
|
|
|
|
# Enhanced by md on 2022/11/15
|