Skip to content

Red Lion Control Panel - Detect

ID: red-lion-panel

Severity: info

Author: ritikchaddha

Tags: panel,redlion,detect,iot

id: red-lion-panel
info:
name: Red Lion Control Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 1
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
# digest: 490a00463044022036fe0888c39bec6aa1b9c822df67602b0891a4617dda705d2afc2f065613180302206c0179b5adaf9e27cf165075550f0531c4b91598af0b4f8bf7881a6ac4f327c2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/red-lion-panel.yaml"

View on Github