question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] stealth Plugin detected on [Gmail&Google] after Login page

See original GitHub issue

Hello,

since last week this problem has started to show again 140619288-7953980a-a3d2-49d3-b67f-b3f97bafc102

It seems like the Gmail has made a new update , i use await this.page.setBypassCSP(true) but not working anymore .

Thank you.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

3reactions
opahopacommented, Jul 5, 2022

i found that disabling iframe.contentWindow , navigator.plugins works for me. enabling any of them results in being detected

2reactions
kornicameistercommented, Jul 5, 2022

@signaldev1 there’s an evasion called navigator.plugins although removing both evasions + removing setBypassCSP doesn’t help my haedless case.

PS. using await page.setBypassCSP(true) helped me last week or a bit earlier, now it is a problem to use that even if headless=false

  const stealthPlugin = StealthPlugin();
  stealthPlugin.enabledEvasions.delete('iframe.contentWindow');
  stealthPlugin.enabledEvasions.delete('navigator.plugins');
  puppeteer.use(stealthPlugin);
Read more comments on GitHub >

github_iconTop Results From Across the Web

puppeteer-extra-plugin-stealth - npm
Stealth mode: Applies various techniques to make detection of headless puppeteer harder.. Latest version: 2.11.1, last published: 5 months ...
Read more >
'You Look Like a Robot' Error , while using puppeteer in ...
I'm using a residential IP proxy with the following set of packages puppeteer-extra , puppeteer-extra-plugin-stealth , puppeteer-extra-plugin- ...
Read more >
HexPADS: a platform to detect “stealth” attacks - Mathias Payer
A discussion of mitigation mechanisms that protect against cache, DRAM, and memory deduplication attacks. Page 3. 2 Threat model and attacker goals. We...
Read more >
Linux Command-Line Tools to Take Website Screenshots
In other cases, we may want to take screenshots after the user has done ... to puppeteer-extra-plugin-stealth, a plugin to avoid detection:
Read more >
How to Scrape Websites Without Getting Blocked - ScrapeHero
Web scraping bots fetch data very fast, but it is easy for a site to detect your scraper, as humans cannot browse that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found