34 lines
897 B
YAML
34 lines
897 B
YAML
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: 4b0a00483046022100d7ca8f37b622a073262ed35b3cd1a7777c1f0fa86e8de74d6a89d81c13277668022100a2e3a4912f87e00a6ec60f4f4f9fba454740f6629254a236ab4421ce68777999:922c64590222798bb761d5b6d8e72950 |