Update gpc-json.yaml

patch-1
Dhiyaneshwaran 2022-12-20 12:04:40 +05:30 committed by GitHub
parent d82d0ec613
commit e9407f577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,14 @@
id: gpc-json
info:
name: gpc.json file
name: Global Privacy Control (GPC) File Disclosure
author: MihhailSokolov
severity: info
description: The website defines a Global Privacy Control policy.
tags: misc,generic
description: |
The website defines a Global Privacy Control policy.
metadata:
verified: "true"
tags: misc,generic,gpc
requests:
- method: GET
@ -18,14 +21,14 @@ requests:
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "gpc"
- type: status
status:
- 200
- type: dsl
dsl:
- "len(body) <= 1024 && len(body) > 0"