mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
更新 CheckErrs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name: poc-yaml-tianqing-info-leak
|
||||
rules:
|
||||
- method: GET
|
||||
path: /api/dbstat/gettablessize
|
||||
expression: response.status == 200 && response.content_type.icontains("application/json") && response.body.bcontains(b"schema_name") && response.body.bcontains(b"table_name")
|
||||
detail:
|
||||
author: jingling(https://github.com/shmilylty)
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
|
||||
Reference in New Issue
Block a user