Skip to content

Landray Login Panel - Detect

ID: landrayoa-panel

Severity: info

Author: YanYun

Tags: panel,landrayoa

Landray login panel was detected.

id: landrayoa-panel
info:
name: Landray Login Panel - Detect
author: YanYun
severity: info
description: Landray 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,landrayoa
http:
- method: GET
path:
- '{{BaseURL}}/login.jsp'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- 'lui_login_input_username'
- 'lui_login_input_password'
condition: and
- type: word
words:
- 'isopen='
part: header
# digest: 4b0a00483046022100d325f23443d71b5b0e708be6554771ea429dcdb352888eca2516508141a3bb90022100f3ca5212858f69dc8acdf46546356dda9cbc93fb493dabdc589424f2b77a8b1c: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/landrayoa-panel.yaml"

View on Github