mirror of
https://github.com/niespodd/browser-fingerprinting.git
synced 2021-11-01 22:44:07 +03:00
1.5 KiB
1.5 KiB
- Cap FPS for Chromium with software rendering --use-gl=swiftshader - Limit CPU usage of AVD Chromium
puppeteer-extra-plugin-stealth 😈
✔️ Win / ❌ Fail / 👔 Tie :
- ❌ core-estimator - detect mismatch between navigator.hardwareConcurrency and SW/WW execution profile - Not possible to limit/bump the
ServiceWorker/WebWorkerthread limit via existng Puppeteer APIs. - 👔 p0f - detect host OS from TCP struct - Not possible to fix via Puppeteer APIs. Used in Akamai Bot Manager to match against JS and browser headers (Client Hints and
User-Agent). There is a detailed explaination of the issue. The most reliable evasion seems to be not spoofing host OS at all, or using OSfooler-ng. - 👔 Browser dimensions - Although stealth plugin provides
window.outerdimensionsevasion, it won't work without correct config on non-default OS in headless mode; almost always fails whenviewport size >= screen resolutionand low resolution host.