The function of anti-bot software is to determine when another application is trying to access it as if a real user would and prevent any action that should only be allowed by humans.
Questions tagged [anti-bot]
22 questions
6
votes
0 answers
"Range Error: Maximum call stack size limit exceeded" on using greptcha.reset() method
I am using google recaptcha V2, for captcha verification. Recently, I am facing issue while resetting the captcha using grecaptcha.reset() method.
Refer error screenshot below:
Have checked the same scenario in the google recaptcha demo website and…

DonRaHulk
- 575
- 1
- 6
- 18
2
votes
1 answer
Twitter (X) login using Selenium triggers anti-bot detection
I am currently working on automating the login process for my Twitter account using Python and Selenium.
However, I'm facing an issue where Twitter's anti-bot measures seem to detect the automation and immediately redirect me to the homepage when…

KumaTea
- 504
- 5
- 17
2
votes
2 answers
how to bypass cloudflare with python
I am unable to scrape this website https://www.mentalhealthforum.net/, I am getting a 403 status code, even though I've tried every available solution on the internet. Cloudflare has h-captcha protection, therefore it is more complex to bypass…

Abdul Samad Farshori
- 41
- 1
- 1
- 4
2
votes
0 answers
How to get Human-like mouse clicks in Selenium Python?
I want to login into a page which has an antibot, that tracks your mouse movement and decides based on that mouse movement, if you are or if you are not a bot.
My question is, is it possible in selenium, to make such human like mouse clicks on some…

the_guy71639
- 55
- 4
2
votes
3 answers
Make your site anti-bot?
I remember a site closed due to misuse and i wonder if bots have a part of it. If the bot is POSTing something to my site what are ways i can combat it? I was thinking of setting some cookies and having the cookies changed via javascript + timestamp…
user34537
1
vote
1 answer
MediaWiki anti-bot coding
I want to modify MediaWiki handling of user registration to add an anti bot check.
It looks like the addNewAccountInternal() method in the includes/SpecialUserlogin.php file is the right place to do it.
The problem is that nothing I change in that…

Clodoaldo Neto
- 118,695
- 26
- 233
- 260
1
vote
1 answer
Apache htaccess return 404 code even if page exists without using rewrite mod:
To protect my server from bots, I want to return a 404 error page if certain files are requested EVEN IF THEY EXIST but without using the rewrite mod. It is possible?

MxtApps
- 21
- 4
1
vote
0 answers
Cloudscraper does not solve normal JS check Cloudflare challenge
I´m using the cloudscraper package (PyPI, Github) for web requests on a site that is protected with Cloudflare.
I am well aware there are challenges that can´t be solved yet with this package, particularly the "v2 challenges" with recaptchas and so…

Marie M.
- 170
- 1
- 3
- 13
1
vote
0 answers
Unable to pass the testcookie-nginx-module
I am currently building wifi controlled rgb led stripes with the esp8266. I want to the controll the mcu over a website so my idea was to set up a server to host the website and let the Arduino regularly query the server for updates (it is more…

DogPerson
- 11
- 1
- 3
1
vote
1 answer
Cant login into Nike with python selenium
I know there is already one other pretty similar question, but my is a bit different.
The problem is, that you cant login into Nike by using Selenium. It worked along time for me, but somehow it stopped working. I was reading a bit about how to…

programming_for_fun
- 79
- 1
- 3
- 10
1
vote
2 answers
Input fields needing mouse click
I'm building a simple HTML page, and I have an input field followed by a search button; this is the code:
I'm currently writing the javascript to…

Ianus
- 13
- 1
- 3
1
vote
1 answer
Implement Antibot Captcha with Java Spring MVC using Thymeleaf and JQuery AJAX
I'm trying to implement Captcha with my Spring MVC application. Although there are some examples of how to do that, I couldn't find any where the form is submitted with JQuery AJAX and the template engine is Thymeleaf.
My main source of information…

Blaskowitz
- 95
- 2
- 12
1
vote
1 answer
What are the most effective methods to detect bot application presence/activity (client-side)?
What are the most effective methods to detect bot application presence/activity?
1 Considering the user can grant any access for the anti-cheat system in Windows (XP/7) OS.
2 Not taking in account potential amorality or illegality of methods.
3…

sander
- 388
- 1
- 3
- 10
0
votes
0 answers
Web - my GraphQL request getting 403 error
I'm trying to scrap info from https://stockx.com/ using their API
It have been working previously but now I am getting 403 error, but the point is that my mate is also getting the same error from the script however he didnt use that script…
0
votes
0 answers
How to correctly set request headers in puppeteer?
Let me start off by saying I know how to actually intercept, change, and send headers correctly, but I am very unsure of what order they should be in. If trying to bypass antibots like Data Dome, how can I cover up my tracks and make sure, for…