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