diff --git a/http/exposed-panels/red-lion-panel.yaml b/http/exposed-panels/red-lion-panel.yaml new file mode 100644 index 0000000000..e2164bedae --- /dev/null +++ b/http/exposed-panels/red-lion-panel.yaml @@ -0,0 +1,25 @@ +id: red-lion-panel + +info: + name: Red Lion Control Panel - Detect + author: ritikchaddha + severity: info + tags: panel,redlion,detect,iot + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: word + part: body + words: + - "Red Lion" + - "Red Lion Controls" + case-insensitive: true + condition: or + + - type: status + status: + - 200