Skip to content

Lorex Panel - Detect

ID: lorex-panel

Severity: info

Author: rxerium

Tags: panel,login,detect,lorex

A lorex panel was detected.

id: lorex-panel
info:
name: Lorex Panel - Detect
author: rxerium
severity: info
description: |
A lorex panel was detected.
reference:
- https://www.lorex.com/
classification:
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: "Lorex"
tags: panel,login,detect,lorex
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains_all(tolower(body), "<title>web service</title>", "lorex")'
- 'contains_any(body, "/LOREX_webplugin", "lorex_msg")'
condition: or
# digest: 4a0a00473045022100ee5b3b892960899e48646166a505b34f3206a1d36d47e77683f63d7e6a1dc14c022043e099cb2f90594a04ddbbab57aff8ef2847ec78c03e2c957a8a22654e048ee4: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/lorex-panel.yaml"

View on Github