nuclei-templates/exposed-panels/landrayoa-panel.yaml

38 lines
722 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,landrayoa
requests:
- 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
# Enhanced by md on 2022/11/28