nuclei-templates/vulnerabilities/other/tianqing-info-leak.yaml

34 lines
614 B
YAML
Raw Normal View History

2022-04-19 20:04:41 +00:00
id: tianqing-info-leak
info:
name: Tianqing Info Leak
author: ritikchaddha
2022-04-20 08:29:00 +00:00
severity: medium
2022-04-19 20:04:41 +00:00
reference:
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
2022-04-20 08:29:00 +00:00
tags: tianqing,exposure
2022-04-19 20:04:41 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/dbstat/gettablessize"
matchers-condition: and
matchers:
- type: word
2022-04-20 08:29:00 +00:00
part: body
2022-04-19 20:04:41 +00:00
words:
- "schema_name"
- "table_name"
2022-04-20 08:29:00 +00:00
- "table_size"
condition: and
2022-04-19 20:04:41 +00:00
- type: word
2022-04-20 08:29:00 +00:00
part: header
2022-04-19 20:04:41 +00:00
words:
- "application/json"
- type: status
status:
- 200