Questions tagged [botdetect]
36 questions
10
votes
1 answer
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 the servers are crowded and when it happens, I…

Newprogrammer
- 101
- 1
- 3
7
votes
5 answers
Website using DataDome gets captcha blocked while scraping using Selenium and Python
I'm actually trying to scrape some car datas from different websites, i've been using selenium with chromebrowser but some websites actually block selenium with captcha validation(example: https://www.leboncoin.fr/), and this in just 1 or 2…

Mikycid
- 91
- 1
- 1
- 4
7
votes
1 answer
Implement BotDetect With Angular js
We have license of BotDetect. and I would like to implement this BotDetect with Angular js. I Search in google And I found nothing proper helpful, however, I got angularjs-captcha which looks promising but didn't help me.
Here is what I need…

Sagar Upadhyay
- 819
- 2
- 11
- 31
5
votes
3 answers
How to bypass bot detection and scrape a website using python
The problem
I was new to web scraping and I was trying to create a scraper which looks at a playlist link and gets the list of the music and the author.
But the site kept rejecting my connection because it thought that I was a bot, so I used…

Andy_ye
- 560
- 1
- 7
- 19
4
votes
1 answer
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 their site, they say to use this attribute to check…

Razor
- 17,271
- 25
- 91
- 138
4
votes
2 answers
CORS Error in Angular BotDetect with ASP.NET WebApi2 backend
I use Botdetect in angular 8 project and ASPNET WebApi2 Backend.
but this error
Access to XMLHttpRequest at 'http://localhost:29739/simple-captcha-endpoint.ashx?get=html&c=yourFirstCaptchaStyle' from origin 'http://localhost:4500' has been blocked…

javad roustaei
- 41
- 1
- 3
2
votes
1 answer
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, and then MFA with a unique code sent to mobile…

Dr Strangelove
- 21
- 2
1
vote
1 answer
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 problems, therefore i think it could be a case of the…

Bertil Frigaard
- 19
- 1
1
vote
0 answers
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?

Donny Kwitty
- 327
- 2
- 15
1
vote
0 answers
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 my project shows multiple compilation…

Aliasghar Yaghoobzadeh
- 1,881
- 2
- 12
- 10
1
vote
1 answer
Can Selenium automation be tracked?
Is it possible to track if you are using automation tool to do things automatically?
Can someone please answer my question?

Chrisss
- 101
- 1
- 1
- 5
1
vote
1 answer
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 <- Here you can see what the bot does
At around 24 min it…

seezyfeezy
- 11
- 1
- 2
1
vote
0 answers
BotDetect Captcha has error with Japanese characters (laravel-captcha)
I use Laravel 5.5, it's happen with Japan characters (Undefined offset: -1 in /CaptchaInclude.php) in recent days (i didn't change anything, everything were fined for a few months).
The reason of this issue is NOT my bad, so please "DON'T MARK" it…

Huy PH
- 11
- 3
1
vote
2 answers
Reloading BotDetect Captcha using javascript
is there anyway for refreshing BotDetect captcha by javascript?
something like what refresh button on captcha module does!
i tried to find and trigger the refresh link by using following code:
var reloadLink = $("#ExampleCaptcha_ReloadIcon");
…

DAkbariSE
- 151
- 1
- 13
1
vote
2 answers
Botdetect Captcha HTML
I want to add Botdetect Captcha to my html file.But in the website of the Botdetect captcha, there is example only for jsp. In this jsp file, is used like that:
<%@taglib prefix="botDetect"…

Berkay Özerbay
- 149
- 1
- 1
- 6