Merge pull request #8037 from projectdiscovery/CNVD-2021-32799

Create CNVD-2021-32799.yaml
patch-1
pussycat0x 2023-08-25 14:09:21 +05:30 committed by GitHub
commit 650b40cf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: CNVD-2021-32799
info:
name: 360 Xintianqing - SQL Injection
author: SleepingBag945
severity: high
reference:
- https://blog.51cto.com/u_9691128/4295047
- https://www.cnvd.org.cn/patchInfo/show/270651
- https://github.com/zan8in/afrog/blob/main/v2/pocs/afrog-pocs/CNVD/2021/CNVD-2021-32799.yaml
metadata:
fofa-query: app="360新天擎"
verified: true
max-request: 1
tags: cnvd,cnvd2021,360,xintianqing,sqli
http:
- method: GET
path:
- '{{BaseURL}}/api/dp/rptsvcsyncpoint?ccid=1'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"reason":'
- '"success"'
- '"antiadwa":'
- '"clientupgrade":'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200