apify / fingerprint-suite

Browser fingerprinting tools for anonymizing your scrapers. Developed by Apify.
Apache License 2.0
911 stars 96 forks source link

Show results masking fingerprint when test in pixelscan #6

Open thino-dev opened 2 years ago

thino-dev commented 2 years ago

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

barjin commented 2 years ago

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!

iamoskvin commented 1 year ago

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.

stevenhubhub commented 1 year ago

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.