35 questions
2 votes
1 answer
1k views
How to identify a bot behaviour on a click?
I've developed a simple app with a single button that triggers different text changes. My aim is to distinguish between human users and potential bots. If the clicks happen too rapidly, it's likely a ...
1 vote
0 answers
830 views
How to scrape protected sites using puppeteer and js
I am trying to make a bot that can scrape any site, however some sites i run into problems. For now i Just open the browser in headless: false mode and then navigate myself. But i still run into ...
0 votes
0 answers
860 views
BotDetect Asp.net Captcha not working on https -
Getting error as "Captcha.UserInputID is not set. Your implementation of BotDetect is not completely secure yet. Please add "yourCaptchaInstance.UserInputID = <CAPTCHA_CODE_INPUT_ID>;&...
0 votes
1 answer
1k views
How to use captcha botdetect in MVC Core 6.0?
Hi I am trying to implement the captcha of botdetect in MVC Core 6. After a lots of search i don't find any solution for MVC Core 6. If Anyone have an idea for using on mvc 6.0 than tell me. steps ...
1 vote
2 answers
1k views
Website says my browser is out of date when I try to automate my login process with Selenium
This is my first stackoverflow post so please excuse any posting nuances I may fail to observe. The issue I'm running in to is regarding automating a login process to my credit card website using ...
1 vote
0 answers
167 views
Is It Possible to Use BotDetect Captcha in .NET 7 with a Linux Host?
BotDetect Captcha seems to be using System.Drawing.Common which--as of .NET 7--is no longer usable when running on Linux. Is there an option I've overlooked?
1 vote
0 answers
250 views
How to use Botdetect Captcha from captcha.com in a React project with Typescript?
I want to use botdetect captcha from captcha.com in my React project. The problem is that we use Typescript instead of JavaScript and when I tried to create a react component from those famous 3 files ...
1 vote
1 answer
465 views
Can Selenium automation be tracked? [closed]
Is it possible to track if you are using automation tool to do things automatically? Can someone please answer my question?
-2 votes
1 answer
521 views
Website recognising I am using a server whilst using selenium
I am trying to set up an automated sports betting bot using selenium and running it on selenium. When running the bot on the server the website recognises this and therefore doesn't allow me to ...
10 votes
1 answer
13k views
How to automate login to a site which is detecting my attempts to login using selenium-stealth
So, I'm trying to write a script to login on https://us.etrade.com/e/t/user/login I am using Selenium for this but it somehow detects selenium when it starts and results in a message that says that ...
4 votes
1 answer
1k views
BotDetect and ASPNET Razor Pages is not validating
I have decided to use BotDetect Captcha in my project to stop spam, however, I have not been able to check if the user has entered the correct captcha since Razor Pages doesn't support Filters. On ...
1 vote
1 answer
3k views
Video Proof: Why do I get the CloudFlare 1020 ERROR when I'm running my bot?
this is my first post and I'm facing a though problem since weeks. I developed an account creation bot with python to sign up accounts on a resell platform 24/7. https://youtu.be/jOxEtLjROLI <- ...
0 votes
0 answers
1k views
How To Add BotDetect CAPTCHA Protection using Thymeleaf on form submission
I am implementing BotDetect CAPTCHA using the help of this site. https://captcha.com/doc/java/howto/spring-captcha-integration.html but I am facing problem because It has implemented using JSP and I ...
2 votes
1 answer
2k views
Authentication & BotDetect Puzzle/Images used in Binance
I'm researching best practices and toolkits used in design of safe authentication user flows that safeguard against bot, video recording, DOS, and spam attacks. I noticed Binance uses a slider puzzle, ...
0 votes
1 answer
500 views
The requested captchaStyle 'yourFirstCaptchaStyle' is not defined in the botdetect.xml
I use angular-captcha with angular frontend and spring backend. I did all the steps defined here but when I call my-api-endpoint/simple-captcha-endpoint?get=html&c=yourFirstCaptchaStyle ws it ...