Skip to content

Lantronix Web Manager Login Panel- Detect

ID: lantronix-webmanager-panel

Severity: info

Author: princechaddha

Tags: panel,lantronix

Lantronix Web Manager login panel was detected.

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: 4b0a0048304602210081a4ec665f5480cb20222554e75f20372b40ae752339e6282f1e23f5c0079a83022100c710c8a288f78dfd27fc8123dead1e178ccb65aec37b6d29a4bdc9f471524e64: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/lantronix-webmanager-panel.yaml"

View on Github