Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show results masking fingerprint when test in pixelscan #6

Open
thino-dev opened this issue Jul 4, 2022 · 5 comments
Open

Show results masking fingerprint when test in pixelscan #6

thino-dev opened this issue Jul 4, 2022 · 5 comments
Assignees
Labels
antibot Yet another antibot service is recognizing the injection bug Something isn't working. t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@thino-dev
Copy link

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 thino-dev added the bug Something isn't working. label Jul 4, 2022
@barjin
Copy link
Collaborator

barjin commented Jul 5, 2022

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 barjin added the antibot Yet another antibot service is recognizing the injection label Jul 8, 2022
@iamoskvin
Copy link

iamoskvin commented Jan 7, 2023

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
Copy link

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.

@barjin barjin self-assigned this Jul 21, 2023
@barjin barjin added the t-tooling Issues with this label are in the ownership of the tooling team. label Jul 21, 2023
@algora-pbc
Copy link

💎 cloudgakkai is offering a $30 bounty for this issue
👉 Got a pull request resolving this? Claim the bounty by adding @algora-pbc /claim #6 in the PR body and joining algora.io

@DeVoresyah
Copy link

Hello,
I'm adding bounty on this hopefully can get a booster to fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
antibot Yet another antibot service is recognizing the injection bug Something isn't working. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

6 participants