Skip to content

Google FLoC Disabled

ID: google-floc-disabled

Severity: info

Author: geeknik

Tags: miscellaneous,google,floc,misc

The detected website has decided to explicitly exclude itself from Google FLoC tracking.

id: google-floc-disabled
info:
name: Google FLoC Disabled
author: geeknik
severity: info
description: The detected website has decided to explicitly exclude itself from Google FLoC tracking.
reference:
- https://www.bleepingcomputer.com/news/security/github-disables-google-floc-user-tracking-on-its-website/
metadata:
max-request: 1
tags: miscellaneous,google,floc,misc
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "interest-cohort=()"
# digest: 4a0a0047304502210086d6b828c4377c285395471f2561f6167e5657c4baae93bd5becd0c71263bcb30220053ad26dfc7573a0dc8ca3ff66bccf27a3f6e38b65bb7413059e244afc85cd4d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/miscellaneous/google-floc-disabled.yaml"

View on Github