From c859c31cb99bffd51f510b9bee26bbe87d92fc84 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 16 Nov 2023 09:33:38 +0330 Subject: [PATCH] Update Captcha Bypass.md --- Captcha Bypass.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Captcha Bypass.md b/Captcha Bypass.md index 2d18d34..76dffda 100644 --- a/Captcha Bypass.md +++ b/Captcha Bypass.md @@ -12,5 +12,17 @@ * Use an OCR (https://github.com/tesseract-ocr/tesseract) ## Online Services to bypass captchas -Capsolver‘s automatic captcha solver offers the most affordable and quick captcha-solving solution. You may rapidly combine it with your program using its simple integration option to achieve the best results in a matter of seconds. -* [Capsolver](https://www.capsolver.com/) +* [Capsolver](https://www.capsolver.com/) automatic captcha solver offers the most affordable and quick captcha-solving solution. You may rapidly combine it with your program using its simple integration option to achieve the best results in a matter of seconds. + +* [AZcaptcha](https://azcaptcha.com/) is an automated online captcha solver API service which is highly accurate and superbly cheap OCR captcha solver solution. + + +## A secure Captcha should have the following features: +* It cannot be read using automatic Captcha Solver tools +* It has the necessary high entropy content and cannot be guessed +* Expiration on both the server and the client side with every wrong entry +* After each user request, whether successful or unsuccessful, the captcha must be changed and the user should not be allowed to send the request again with the previous captcha. +* Expires after a short time (about 2 minutes). +* After successful login, Captcha will expire +* When a new Captcha code is created, the previous code will expire +* Using the 2FA or MFA mechanism