40 lines
1007 B
YAML
40 lines
1007 B
YAML
|
id: tongda-meeting-unauth
|
||
|
|
||
|
info:
|
||
|
name: Tongda OA Meeting - Unauthorized Access
|
||
|
author: SleepingBag945
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Tongda Meeting Unauthorized Access wereDetected
|
||
|
reference:
|
||
|
- http://wiki.peiqi.tech/wiki/oa/通达OA/通达OA%20v11.8%20getway.php%20远程文件包含漏洞.html
|
||
|
- https://github.com/chaitin/xray/blob/master/pocs/tongda-meeting-unauthorized-access.yml
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
fofa-query: app="TDXK-通达OA
|
||
|
verified: true
|
||
|
tags: tongda,unauth,misconfig
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/general/calendar/arrange/get_cal_list.php?starttime=1548058874&endtime=33165447106&view=agendaDay"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "creator"
|
||
|
- "originalTitle"
|
||
|
- "view"
|
||
|
- "type"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "application/json"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|