37 lines
939 B
YAML
37 lines
939 B
YAML
id: lantronix-webmanager-panel
|
|
|
|
info:
|
|
name: Lantronix Web Manager Login Panel- Detect
|
|
author: princechaddha
|
|
severity: info
|
|
description: Lantronix Web Manager login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,lantronix
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/LTX_navi.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Lantronix WEB-Manager</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- ">Version ([0-9.]+)</font>"
|
|
# digest: 4a0a004730450220356a6ecf4e7b7662a7ead2efe48a834218cd94c6d5d5a2a80b13127f1ee1ede9022100f56af45a23501aefb6c9bccee07935a3de06359f852a79520905e33ac81cc231:922c64590222798bb761d5b6d8e72950 |