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
0
votes
1 answer
Reduce captcha calls by remembering successful captcha users
I'm looking for a solution to reduce the number of captcha calls I need to make.
I have a website that allows free usage for one app with a text box and button. Users might use it 10 times, and thus I call captcha 10 times. However, this adds up to…

Kevin Danikowski
- 4,620
- 6
- 41
- 75
0
votes
1 answer
A/B Testing AKA Split Testing
I am making an application to register accounts on a webpage. That webpage contains a field that's called ab_test_data, The content of a field will be generated when I click "Sign up" button, It's generated by a javascript function that does a sort…

dlock
- 9,447
- 9
- 47
- 67
0
votes
1 answer
How to remove Anti-bot Validation in cscart without affecting the site or breaching the security
I want to remove the anti-bot validation from my cscart v4 without it affecting the site. And also I would like to know if the security of the site can be breached without the anti bot validation.
I'd like to take it out from the sign-in pop-up,…

user3438035
- 1
- 1
- 1
0
votes
3 answers
Antibot PHP using substring
Just Curiosity,
On a form, for example 'name', 'email', 'password'. You added another field 'First 3 characters of email' and then on the connect.php you did an if statement basically

justsimpleshh
- 97
- 1
- 10
-1
votes
1 answer
How to organize algorithm of secure captcha?
Using The Google reCaptcha we can't solve this problem, cause we have intranet users without Internet connection. The problem of coding your own captcha basing on the sense that any captcha, non Google recaptha, is unsafe. You may be know any…

HailToTheVictor
- 388
- 2
- 8
- 28
-2
votes
1 answer
-2
votes
1 answer
Browser based cryptographic challenge
We are looking to run cryptographic challenge as a required form field to slow down brute force (we cannot filter by source IP or any other common element).
Every time the client send the form, a CPU intensive challenge will have to be solved (it…

Kedare
- 1,289
- 16
- 31