Skip to content

hellodword/anti-fingerprinting

Repository files navigation

anti fingerprinting

Matrix Space

This project aims at anti-fingerprinting programming, it consists of the following components:

  • Collector

    It collects and records fingerprints from requests, currently it's based on TrackMe, fingerproxy, and clienthellod.

    • HTTP/2
    • TLS
    • QUIC
    • TCP/IP
  • Automation

    It sends requests to Collector automatically from the most popular platforms and browsers, with the help of container/vm/emulator or other technologies.
    The collected fingerprints can be found in the assets branch.

    • Windows (win10x64 and win11x64 running in dockur/windows)

      • Chrome
      • Firefox
      • Edge
    • macOS

      • Safari
    • Android

      • Webview
      • Chrome
      • Sansung Internet
      • UC
    • iOS

      • Safari
  • Modifier

  • Generator

    It generate code for Modifier from the collected fingerprints, or provide it as a library for dynamic usage.

    • HTTP/2
    • TLS
    • QUIC

Reference