2021-03-08 11:11:49 +00:00
|
|
|
id: ruijie-information-disclosure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Ruijie Information Disclosure
|
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
|
|
|
reference: https://www.cnblogs.com/cHr1s/p/14499858.html
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: ruijie,config,exposure
|
2021-03-08 11:11:49 +00:00
|
|
|
|
|
|
|
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
|