Orange textured background

Glossary / threat

Anti-detect browser

An anti-detect browser is a specialised browser built to forge or randomise the signals that fingerprinting systems read, such as canvas output, GPU renderer strings, and platform metadata, so that each session appears to come from a different, plausible device. They are used to create multiple independent identities from a single machine.

Standard browsers expose hardware and software characteristics through web APIs. Anti-detect browsers intercept these API calls and return synthetic values designed to look like a plausible real device, making each browser profile appear to be a unique user on unique hardware. Commercial anti-detect browsers often ship pre-configured profiles drawn from a database of real device fingerprints.

Forging individual signals is comparatively straightforward, but maintaining consistency across all the signals a fingerprinting system reads simultaneously is very difficult. A device that claims to be a high-end GPU workstation but exhibits audio characteristics of a low-end machine, or a platform string that contradicts font metrics, produces cross-signal inconsistencies that consistency scoring can detect.

In doorman-benny

doorman-benny's consistency score evaluates whether the signals a session reports are internally coherent, flagging profiles whose claimed hardware attributes contradict each other in ways that genuine devices do not.

Detect bots and anti-detect browsers

Frequently asked questions

How is an anti-detect browser different from a regular incognito window?

An incognito window clears storage but does not change the browser's hardware signals or rendering output. An anti-detect browser actively intercepts web APIs and returns spoofed values to change what fingerprinting reads, going far beyond storage isolation.

Why do people use anti-detect browsers?

Common uses include managing multiple social media or marketplace accounts, affiliate fraud, credential stuffing, and bypassing platform bans. Legitimate uses include testing how websites behave for different user profiles, though most legitimate testing uses standard browser developer tools instead.

Can fingerprinting systems reliably detect anti-detect browsers?

Modern fingerprinting systems use cross-signal consistency analysis to look for the internal contradictions that forged profiles produce. No anti-detect browser can perfectly simulate every hardware interaction simultaneously, so inconsistency scoring is an effective detection layer even when individual signals appear plausible.