nuclei-templates/exposed-panels/ruijie/rg-uac-panel.yaml

35 lines
702 B
YAML
Raw Normal View History

2022-05-06 15:43:34 +00:00
id: rg-uac-panel
info:
name: Ruijie RG-UAC Login Panel - Detect
2022-05-06 15:43:34 +00:00
author: princechaddha
severity: info
description: Ruijie RG-UAC 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
2022-05-06 15:43:34 +00:00
metadata:
shodan-query: http.html:"Get_Verify_Info"
tags: panel,ruijie,router,firewall
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-05-06 16:00:37 +00:00
- "dkey_check.php"
2022-05-06 15:43:34 +00:00
- "get_dkey_passwd"
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/01/03