38 lines
836 B
YAML
38 lines
836 B
YAML
id: tianqing-info-leak
|
|
|
|
info:
|
|
name: Tianqing Info Leak
|
|
author: ritikchaddha
|
|
severity: medium
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
|
|
metadata:
|
|
max-request: 1
|
|
tags: tianqing,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/dbstat/gettablessize"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "schema_name"
|
|
- "table_name"
|
|
- "table_size"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502203ba60f98dc4e05d63764bea1df2de92c48cf6369aaef5d773ad3a8de381a7eca022100ad73570e52c60d20246450dbf1056f5f9c8800a89cb47e467a000b4c682d3bb8:922c64590222798bb761d5b6d8e72950
|