nuclei-templates/http/exposed-panels/lorex-panel.yaml

31 lines
529 B
YAML
Raw Normal View History

2024-06-08 18:02:55 +00:00
id: lorex-panel-detect
info:
name: lorex Panel
author: rxerium
severity: info
description: A lorex panel was detected.
reference:
- https://www.lorex.com/
classification:
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>WEB SERVICE</title>'
part: body
- type: status
status:
- 200