fingerprint-suite icon indicating copy to clipboard operation
fingerprint-suite copied to clipboard

Show results masking fingerprint when test in pixelscan

Open thino-dev opened this issue 2 years ago • 5 comments

Describe the bug When i use Fingerprint Injector with fingerprint below and test in pixelscan.net but it show "Very likely you are masking your fingerprint."

image

To Reproduce Use this optin with fingerprintGenerator and test pixelscan.net

    const pluginOptions = {
        launchOptions: {
            headless: false,
            channel: 'chrome',
        },
    };

    const playwrightPlugin = new PlaywrightPlugin(playwright.chromium, pluginOptions);
    const fingerprintGenerator = new FingerprintGenerator({
        devices: ['desktop'],
        browsers: [{ name: 'chrome', minVersion: 100, maxVersion: 100 }],
        operatingSystems: ['macos'],
    });

Expected behavior Pass test in pixcelscan

image

System information: I use FingerprintGenerator

{
  fingerprint: {
    screen: {
      availHeight: 875,
      availWidth: 1440,
      pixelDepth: 24,
      height: 900,
      width: 1440,
      availTop: 25,
      availLeft: 0,
      colorDepth: 24,
      innerHeight: 0,
      outerHeight: 858,
      outerWidth: 1284,
      innerWidth: 0,
      screenX: 0,
      pageXOffset: 0,
      pageYOffset: 0,
      devicePixelRatio: 2,
      clientWidth: 0,
      clientHeight: 0,
      hasHDR: false
    },
    navigator: {
      userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
      userAgentData: [Object],
      language: 'en-US',
      languages: [Array],
      platform: 'MacIntel',
      deviceMemory: 8,
      hardwareConcurrency: 8,
      maxTouchPoints: 0,
      product: 'Gecko',
      productSub: '20030107',
      vendor: 'Google Inc.',
      vendorSub: null,
      doNotTrack: null,
      appCodeName: 'Mozilla',
      appName: 'Netscape',
      appVersion: '5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
      oscpu: null,
      extraProperties: [Object],
      webdriver: false
    },
    audioCodecs: {
      ogg: 'probably',
      mp3: 'probably',
      wav: 'probably',
      m4a: 'maybe',
      aac: 'probably'
    },
    videoCodecs: { ogg: 'probably', h264: 'probably', webm: 'probably' },
    pluginsData: { plugins: [Array], mimeTypes: [Array] },
    battery: {
      charging: false,
      chargingTime: null,
      dischargingTime: 36660,
      level: 0.88
    },
    videoCard: {
      vendor: 'Google Inc. (ATI Technologies Inc.)',
      renderer: 'ANGLE (ATI Technologies Inc., AMD Radeon Pro 455 OpenGL Engine, OpenGL 4.1)'
    },
    multimediaDevices: { speakers: [Array], micros: [Array], webcams: [Array] },
    fonts: []
  },
  headers: {
    'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="100", "Google Chrome";v="100"',
    'sec-ch-ua-mobile': '?0',
    'upgrade-insecure-requests': '1',
    'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
    accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
    'sec-fetch-site': 'same-site',
    'sec-fetch-mode': 'navigate',
    'sec-fetch-user': '?1',
    'sec-fetch-dest': 'document',
    'accept-encoding': 'gzip, deflate, br',
    'accept-language': 'en-US'
  }
}

Additional context Test other config but same result

Tks team

thino-dev avatar Jul 04 '22 08:07 thino-dev

Thank you for bringing this up! We'll definitely look into it. We've found out that some (legit) privacy addons can have a similar effect - and therefore, websites shouldn't block you only because of this.

Did you encounter any problems when accessing any other website using the fingerprinting tools? Let us know!

barjin avatar Jul 05 '22 12:07 barjin

Hello, any progress on this issue? Antidetect browsers can "replace" fingerprints in a way that is invisible for the pixelscan. But the fingerprint-suite can't do this in my experience.

iamoskvin avatar Jan 07 '23 22:01 iamoskvin

This site is very difficult to get through, and I tested it and found that even if I browse normally, it prompts me: Very likely you are masking your fingerprint.

stevenhubhub avatar Feb 10 '23 02:02 stevenhubhub