Create red-lion-panel.yaml
parent
72d74b4c25
commit
c735ba6524
|
@ -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</a>"
|
||||
- "Red Lion Controls</a>"
|
||||
case-insensitive: true
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue