Are you a bot?
You can use this page to test whether or not your bot is detected. The test is based only on fingerprinting signals:- Client-side signals: Browser fingerprinting. It means that the test requires JavaScript execution.
- Server-side signals: HTTP headers (but I may add more signals in the future, such as TCP/TLS fingerprinting)
hasWebdriverTrue
.
Thus, having these signals = true
indicates the presence of a bot.
Other signals are more fuzzy and will be represented as a float between 0 and 1 where 0 indicates a human-like fingerprint, and 1 a bot-like fingerprint.The result of this test is not 100% accurate. In particular, if your dev tools are open, you will be flagged as a bot because of the CDP detection. I will continue to add more detection tests over time based on people's feedback and new anti-detect bot frameworks.