nuclei-templates/exposed-panels/gargoyle-router.yaml

33 lines
638 B
YAML

id: gargoyle-router
info:
name: Gargoyle Router Management Utility
author: DhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/8004
metadata:
verified: true
shodan-query: title:"Gargoyle Router Management Utility"
tags: panel,iot,gargoyle,router,edb
requests:
- 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