You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
# JavaScript Module for 2Captcha API
12
12
13
13
## Description
14
-
A wrapper around the [2captcha](https://2captcha.com/) API. This wrapper support reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha, Сoordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome CAPTCHA, СyberSiARA, MTCaptcha.
14
+
A wrapper around the [2captcha](https://2captcha.com/) API. This wrapper support reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha, Сoordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome CAPTCHA, СyberSiARA, MTCaptcha, Friendly Captcha.
15
15
16
16
Also added support for the `bounding_box` method. The Bounding Box Method allows you to mark data on the image. This method can be used to mark up datasets or highlight any objects in an image according to the given instructions. Read more about using *Bounding Box Method* on [documentation](https://2captcha.com/2captcha-api#bounding_box).
17
17
@@ -36,6 +36,7 @@ Also added support for the `bounding_box` method. The Bounding Box Method allows
36
36
-[DataDome CAPTCHA](#datadome-captcha)
37
37
-[CyberSiARA](#cybersiara)
38
38
-[MTCaptcha](#mtcaptcha)
39
+
-[Friendly Captcha](#friendly-captcha)
39
40
-[Bounding Box Method](#bounding-box-method)
40
41
-[Usage of proxy](#usage-of-proxy)
41
42
-[Other methods](#other-methods)
@@ -363,6 +364,24 @@ console.log(err);
363
364
})
364
365
```
365
366
367
+
### Friendly Captcha
368
+
369
+
Use this method to solve Friendly Captcha and obtain a token to bypass the protection.
370
+
> **Important:** To successfully use the received token, the captcha widget must not be loaded on the page. To do this, you need to abort request to `/friendlycaptcha/...module.min.js` on the page. When the captcha widget is already loaded on the page, there is a high probability that the received token will not work.
Copy file name to clipboardExpand all lines: README.ru.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
# JavaScript модуль для 2Captcha API
11
11
12
12
## Описание
13
-
Оболочка вокруг API сервиса [2captcha](https://2captcha.com/). Эта оболочка поддерживает решение следующих типов капч: reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha, Сoordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome CAPTCHA, СyberSiARA, MTCaptcha.
13
+
Оболочка вокруг API сервиса [2captcha](https://2captcha.com/). Эта оболочка поддерживает решение следующих типов капч: reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha, Сoordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome CAPTCHA, СyberSiARA, MTCaptcha, Friendly Captcha.
14
14
15
15
Также добавлена поддержка метода `bounding_box`. Метод ограничивающей рамки позволяет размечать данные на изображении. Этот метод можно использовать для разметки наборов данных или выделения любых объектов на изображении в соответствии с заданными инструкциями. Подробнее об использовании *Bounding Box Method* читайте в [документации](https://2captcha.com/2captcha-api#bounding_box).
16
16
@@ -33,8 +33,10 @@
33
33
- ✅ DataDome CAPTCHA
34
34
- ✅ СyberSiARA
35
35
- ✅ MTCaptcha
36
+
- ✅ Friendly Captcha
36
37
- ✅ Bounding Box Method
37
38
39
+
38
40
## Установка
39
41
40
42
```sh
@@ -309,6 +311,25 @@ console.log(err);
309
311
})
310
312
```
311
313
314
+
### Friendly Captcha
315
+
316
+
Используйте этот метод, чтобы решить Friendly Captcha и получить токен для обхода защиты.
317
+
318
+
> **Важно:**Для успешного использования полученного токена, на странице не должен быть загружен виджет капчи. Для этого вам нужно прервать запрос к `/friendcaptcha/...module.min.js` на странице. Когда виджет капчи уже загружен на страницу, велика вероятность, что полученный токен не сработает.
0 commit comments