nuclei-templates/exposures/configs/kyan-credential-exposure.yaml

33 lines
590 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: kyan-credential-exposure
info:
2021-04-20 09:27:16 +00:00
name: Kyan network monitoring device account and password exposure
author: pikpikcu
severity: medium
reference:
- https://mp.weixin.qq.com/s/6phWjDrGG0pCpGuCdLusIg
2021-04-20 09:27:16 +00:00
tags: kyan,exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/hosts"
matchers-condition: and
matchers:
- type: word
words:
- "UserName="
- "Password="
condition: and
2021-04-20 09:27:16 +00:00
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200