Update gpc-json.yaml
parent
d82d0ec613
commit
e9407f577a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue