Create gargoyle-router.yaml
parent
b867ed6ef5
commit
4d2eb8fd69
|
@ -0,0 +1,33 @@
|
|||
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: gargoyle,panel,router
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.sh"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Gargoyle Router Management Utility</title>"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue