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

27 lines
516 B
YAML
Raw Normal View History

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
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