diff --git a/exposed-panels/tenda-web-master.yaml b/exposed-panels/tenda-web-master.yaml new file mode 100644 index 0000000000..21b167ebdc --- /dev/null +++ b/exposed-panels/tenda-web-master.yaml @@ -0,0 +1,31 @@ +id: tenda-web-master + +info: + name: Tenda Web Master + author: DhiyaneshDK + severity: info + metadata: + verified: true + shodan-dork: title:"Tenda Web Master" + tags: panel + +requests: + - method: GET + path: + - '{{BaseURL}}/login.html' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Tenda Web Master' + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200