diff --git a/iot/gargoyle-router.yaml b/iot/gargoyle-router.yaml new file mode 100644 index 0000000000..5c062536f1 --- /dev/null +++ b/iot/gargoyle-router.yaml @@ -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: + - "Gargoyle Router Management Utility" + condition: and + + - type: word + words: + - "text/html" + part: header + + - type: status + status: + - 200