nuclei-templates/exposures/configs/ruijie-information-disclosu...

31 lines
600 B
YAML
Raw Normal View History

id: ruijie-information-disclosure
info:
name: Ruijie Login Panel - Detect
author: pikpikcu
severity: high
description: Ruijie login panel was detected.
reference:
- https://www.cnblogs.com/cHr1s/p/14499858.html
2021-04-06 06:46:11 +00:00
tags: ruijie,config,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/login.php'
matchers-condition: and
matchers:
- type: regex
regex:
- '"role":"super_admin","name":"(.*)","password":"(.*)"'
part: body
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/23