Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
GNU General Public License v3.0
429 stars 59 forks source link

[BUG] detected on fingerprint.com as a bot #127

Open fw-real opened 1 month ago

fw-real commented 1 month ago

Describe the bug As we can see in the image that botright got detected by fingerprint.com image

Code Sample I used example code to test:

import asyncio

import botright

async def main():
    botright_client = await botright.Botright()
    browser = await botright_client.new_browser()
    page = await browser.new_page()

    # Continue by using the Page
    await page.goto("https://fingerprint.com/products/bot-detection/")

    while True:
        pass

if __name__ == "__main__":
    asyncio.run(main())

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior As per the readme fingerprint.com should have returned not detected

Desktop (please complete the following information):

fw-real commented 1 month ago

also using ungoogled chromium returned detected as well