diff --git a/exposed-panels/netris-dashboard-panel.yaml b/exposed-panels/netris-dashboard-panel.yaml new file mode 100644 index 0000000000..8903b81b62 --- /dev/null +++ b/exposed-panels/netris-dashboard-panel.yaml @@ -0,0 +1,26 @@ +id: netris-dashboard-panel + +info: + name: Netris Dashboard Panel + author: theamanrawat + severity: info + metadata: + verified: true + shodan-query: http.title:"Netris Dashboard" + tags: panel,netris + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Netris Dashboard' + + - type: status + status: + - 200