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

The proxy plugin is detected by google and other services #105

Open
dix83 opened this issue May 23, 2024 · 4 comments
Open

The proxy plugin is detected by google and other services #105

dix83 opened this issue May 23, 2024 · 4 comments

Comments

@dix83
Copy link

dix83 commented May 23, 2024

I tried to create several gmail accounts, but it always gave me an error when entering the sim number.The number cannot be used or this number has been entered too many times, although there are 30 new sims packed!
I started to do a more detailed analysis and found that the proxy plugin is identified!

I used the same socks5 until 3 days ago and they were not identified!
image

@bablosoft
Copy link
Collaborator

Hi,

Here is form which you can submit https://community.bablosoft.com/topic/12199/

Please read topic carefully, and submit all required data, it is very important.

It includes:

  1. Project with minimal number of actions required to reproduce the problem. All unnecessary stuff like resources, unused functions must be removed from project. Leave only things connected to issue.
  2. All required data like emails, proxies, etc.
  3. Detailed explanation what it means that test fail and what it means that test passes in terms of user interface. For example: with registration was unsuccessful you will see message "You have been blocked". And button "Submit" color is changed to gray(screenshot.png). If result is not available instantly, describe, how long need to wait. If fail result happens with probability, describe chance of fail/success.
  4. Screenshots and video.
  5. Results of testing in default Chrome with new profile. With --user-data-dir flag pointing to empty folder.

Please perform registration of only one account during one test.

If you are getting banned with standard Chrome, it is highly likely, that issue is not with antidetect.

Please check all this things from link above and letter, if some part will be missing, we won't be able to help you.

@bablosoft
Copy link
Collaborator

You are making mistake that most of other users does. You probably have been experienced issues on some site, then you try random test, interpreting results of this test as a failure and then assume that the cause of issue on site is the same as cause that makes test to failure(which is not in your case).

Now, even if test fails, that doesn't mean that it fails for same reason as a failure on original site. Assuming this is very strange but most of users follows that logic.

You will never guess what is wrong unless you have a lot of experience and a lot of luck.

What you need to do instead is to provide us will all information according to description that was sent to you and we will provide you with solution.

If you don't want to do that, it is your choice. But in that case, we won't be able to help.

@dix83
Copy link
Author

dix83 commented May 23, 2024

const { plugin } = require('puppeteer-with-fingerprints');

const proxyUrl = 'socks5://ixxxx:ixxxx@xxxxxxxxx:7878';

(async () => {
  // Get a fingerprint from the server:
  const fingerprint = await plugin.fetch('xxxxxxxx', {
    tags: ['Microsoft Windows', 'Chrome'],
  });

  // Apply fingerprint:
  plugin.useFingerprint(fingerprint);
  plugin.useProxy(proxyUrl);

  // Launch the browser instance:
  const browser = await plugin.launch();

  // The rest of the code is the same as for a standard `puppeteer` library:
  const page = await browser.newPage();
  await page.goto('https://xxxxxx.org/login.php');

  // Print the browser viewport size:
  console.log(
    'Viewport:',
    await page.evaluate(() => ({
      deviceScaleFactor: window.devicePixelRatio,
      width: document.documentElement.clientWidth,
      height: document.documentElement.clientHeight,
    }))
  );

  await browser.close();
})()

I use a very simple software:fingerprint.com
I Access the page where the java code is installed and I get the result!
image
image

@bablosoft
Copy link
Collaborator

Please answer all questions and not regarding test, answer questions about target site.


Missing 5. what are results with real chrome with same proxy?

Attach all required data and send to [email protected]

As it is written here https://community.bablosoft.com/topic/12199/


Please read this carefully.

#105 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants