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] Being detected by CreepJS?

See original GitHub issue

Describe the bug

Ran a test using CreepJS, and they are able to detect my usage of this plugin (thus eliminating stealth).

image

Code Snippet

import puppeteer from "puppeteer-extra";
import stealthPlugin from "puppeteer-extra-plugin-stealth";

puppeteer.use(stealthPlugin());

(async () => {
  let browser = await puppeteer.launch({
    headless: false,
  });
  let page = await browser.newPage();
  await page.goto("https://abrahamjuliot.github.io/creepjs/");
})();

Versions

Unfortunately, the command npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*) fails to return an output on my PC?

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
magiclovexxxcommented, Jun 26, 2022

Same problem. 😃

0reactions
Liberateurcommented, Dec 7, 2022

Same problem and “6417 lies detected”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creepjs breaks Tor Browser fingerprinting mitigations - Reddit
This identification survives browser and PC restarts, and browser reinstalls, and persists for days.
Read more >
Detecting scraping services - incolumitas.com
In this blog post I will demonstrate how it is possible to detect several scraping services: luminati.io, ScrapingBee, scraperapi.com, ...
Read more >
Automated Malware Analysis Report for https://abrahamjuliot.github ...
https://abrahamjuliot.github.io/creepjs/ ... ⊘No configs have been found ... No error (0), creepjs-api.web.app, 199.36.158.100, A (IP address), IN (0x0001) ...
Read more >
Detecting leaks and checking for browser fingerprint
Renk, is there a way to deter JavaScript screen size fingerprinting in Pale Moon? I was using Firegloves, but a bug causes it...
Read more >
Universal anti-detection browser for multi-accounting | Page 6
IDENTORY - Universal anti-detection browser for multi-accounting ... Mobile profiles have been significantly improved (CreepJS score is now at least 72.5%):
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