-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
717 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
docs/07.验证码/03.国外验证码/01.Cloudflare Turnstile/01.Cloudflare Managed Challenge.md
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
docs/07.验证码/03.国外验证码/01.Cloudflare Turnstile/01.Turnstile Managed Challenge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Turnstile Managed Challenge | ||
date: 2023-10-20 12:40:57 | ||
permalink: /captcha-demo/turnstile-managed | ||
article: false | ||
--- | ||
|
||
::: theorem Cloudflare Turnstile | ||
[Cloudflare Inc.](https://www.cloudflare.com/our-story/)旗下产品 Cloudflare Turnstile 是一款替代 CAPTCHA 的免费工具,Turnstile 仅需一个简单的免费代码片段,即可向网站访问者提供零挫败感、无 CAPTCHA 的 Web 体验。此外,Turnstile 可以阻止滥用并确认访问者的真实性,但不会有任何 CAPTCHA 给用户造成的数据隐私担忧或糟糕体验。 | ||
|
||
<br> | ||
|
||
Turnstile 有[三种模式](https://developers.cloudflare.com/turnstile/reference/widget-types/): | ||
|
||
- **Managed Challenge**:托管模式,自动判断是否需要用户交互,即自动判断是否需要点一下; | ||
- **Non-Interactive Challenge**:非交互式模式,永远不会要求用户交互; | ||
- **Invisible Challenge**:无感模式,不会显示任何信息。 | ||
|
||
Demo 样例(随时有可能变化,以实际情况为准): | ||
<br> | ||
|
||
- nowsecure.nl:[https://nowsecure.nl/](https://nowsecure.nl/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- cfschl.peet.ws:[https://cfschl.peet.ws/](https://cfschl.peet.ws/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- nopecha.com:[https://nopecha.com/demo/cloudflare](https://nopecha.com/demo/cloudflare)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- gleam.io:[https://gleam.io/0Kbee/rolex-oyster-perpetual](https://gleam.io/0Kbee/rolex-oyster-perpetual)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/managed.html](https://peet.ws/turnstile-test/managed.html)<Badge text="Managed Challenge" type="tip" vertical="middle"/> <Badge text="本页使用" type="error" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/non-interactive.html](https://peet.ws/turnstile-test/non-interactive.html)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> | ||
- emload.com:[https://www.emload.com/v2](https://www.emload.com/v2)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/invisible.html](https://peet.ws/turnstile-test/invisible.html)<Badge text="Invisible Challenge" type="tip" vertical="middle"/> | ||
|
||
::: right | ||
访问 [Cloudflare 官网](https://www.cloudflare.com/zh-cn/products/turnstile/) | ||
::: | ||
|
||
<iframe src="https://peet.ws/turnstile-test/managed.html" height="350px"></iframe> |
9 changes: 0 additions & 9 deletions
9
...验证码/03.国外验证码/01.Cloudflare Turnstile/02.Cloudflare Non-Interactive Challenge.md
This file was deleted.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
....验证码/03.国外验证码/01.Cloudflare Turnstile/02.Turnstile Non-Interactive Challenge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Turnstile Non-Interactive Challenge | ||
date: 2023-10-20 12:40:57 | ||
permalink: /captcha-demo/turnstile-non-interactive | ||
article: false | ||
--- | ||
|
||
::: theorem Cloudflare Turnstile | ||
[Cloudflare Inc.](https://www.cloudflare.com/our-story/)旗下产品 Cloudflare Turnstile 是一款替代 CAPTCHA 的免费工具,Turnstile 仅需一个简单的免费代码片段,即可向网站访问者提供零挫败感、无 CAPTCHA 的 Web 体验。此外,Turnstile 可以阻止滥用并确认访问者的真实性,但不会有任何 CAPTCHA 给用户造成的数据隐私担忧或糟糕体验。 | ||
|
||
<br> | ||
|
||
Turnstile 有[三种模式](https://developers.cloudflare.com/turnstile/reference/widget-types/): | ||
|
||
- **Managed Challenge**:托管模式,自动判断是否需要用户交互,即自动判断是否需要点一下; | ||
- **Non-Interactive Challenge**:非交互式模式,永远不会要求用户交互; | ||
- **Invisible Challenge**:无感模式,不会显示任何信息。 | ||
|
||
Demo 样例(随时有可能变化,以实际情况为准): | ||
<br> | ||
|
||
- nowsecure.nl:[https://nowsecure.nl/](https://nowsecure.nl/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- cfschl.peet.ws:[https://cfschl.peet.ws/](https://cfschl.peet.ws/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- nopecha.com:[https://nopecha.com/demo/cloudflare](https://nopecha.com/demo/cloudflare)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- gleam.io:[https://gleam.io/0Kbee/rolex-oyster-perpetual](https://gleam.io/0Kbee/rolex-oyster-perpetual)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/managed.html](https://peet.ws/turnstile-test/managed.html)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/non-interactive.html](https://peet.ws/turnstile-test/non-interactive.html)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> <Badge text="本页使用" type="error" vertical="middle"/> | ||
- emload.com:[https://www.emload.com/v2](https://www.emload.com/v2)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/invisible.html](https://peet.ws/turnstile-test/invisible.html)<Badge text="Invisible Challenge" type="tip" vertical="middle"/> | ||
|
||
::: right | ||
访问 [Cloudflare 官网](https://www.cloudflare.com/zh-cn/products/turnstile/) | ||
::: | ||
|
||
<iframe src="https://peet.ws/turnstile-test/non-interactive.html" height="350px"></iframe> | ||
|
8 changes: 0 additions & 8 deletions
8
docs/07.验证码/03.国外验证码/01.Cloudflare Turnstile/03.Cloudflare Invisible Challenge.md
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
docs/07.验证码/03.国外验证码/01.Cloudflare Turnstile/03.Turnstile Invisible Challenge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Turnstile Invisible Challenge | ||
date: 2023-10-20 12:40:57 | ||
permalink: /captcha-demo/turnstile-invisible | ||
article: false | ||
--- | ||
|
||
::: theorem Cloudflare Turnstile | ||
[Cloudflare Inc.](https://www.cloudflare.com/our-story/)旗下产品 Cloudflare Turnstile 是一款替代 CAPTCHA 的免费工具,Turnstile 仅需一个简单的免费代码片段,即可向网站访问者提供零挫败感、无 CAPTCHA 的 Web 体验。此外,Turnstile 可以阻止滥用并确认访问者的真实性,但不会有任何 CAPTCHA 给用户造成的数据隐私担忧或糟糕体验。 | ||
|
||
<br> | ||
|
||
Turnstile 有[三种模式](https://developers.cloudflare.com/turnstile/reference/widget-types/): | ||
|
||
- **Managed Challenge**:托管模式,自动判断是否需要用户交互,即自动判断是否需要点一下; | ||
- **Non-Interactive Challenge**:非交互式模式,永远不会要求用户交互; | ||
- **Invisible Challenge**:无感模式,不会显示任何信息。 | ||
|
||
Demo 样例(随时有可能变化,以实际情况为准): | ||
<br> | ||
|
||
- nowsecure.nl:[https://nowsecure.nl/](https://nowsecure.nl/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- cfschl.peet.ws:[https://cfschl.peet.ws/](https://cfschl.peet.ws/)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- nopecha.com:[https://nopecha.com/demo/cloudflare](https://nopecha.com/demo/cloudflare)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- gleam.io:[https://gleam.io/0Kbee/rolex-oyster-perpetual](https://gleam.io/0Kbee/rolex-oyster-perpetual)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/managed.html](https://peet.ws/turnstile-test/managed.html)<Badge text="Managed Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/non-interactive.html](https://peet.ws/turnstile-test/non-interactive.html)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> | ||
- emload.com:[https://www.emload.com/v2](https://www.emload.com/v2)<Badge text="Non-Interactive Challenge" type="tip" vertical="middle"/> | ||
- peet.ws:[https://peet.ws/turnstile-test/invisible.html](https://peet.ws/turnstile-test/invisible.html)<Badge text="Invisible Challenge" type="tip" vertical="middle"/> <Badge text="本页使用" type="error" vertical="middle"/> | ||
|
||
::: right | ||
访问 [Cloudflare 官网](https://www.cloudflare.com/zh-cn/products/turnstile/) | ||
::: | ||
|
||
<iframe src="https://peet.ws/turnstile-test/invisible.html" height="350px"></iframe> |
48 changes: 48 additions & 0 deletions
48
docs/07.验证码/03.国外验证码/02.Google reCAPTCHA/01.reCAPTCHA V2 Checkbox.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: reCAPTCHA V2 Checkbox | ||
date: 2023-10-20 12:40:57 | ||
permalink: /captcha-demo/recaptcha-v2-checkbox | ||
article: false | ||
--- | ||
|
||
::: theorem Google reCAPTCHA | ||
[Google Inc.](https://about.google/)旗下产品 reCAPTCHA 使用先进的风险分析引擎和自适应挑战来防止恶意软件在您的网站上进行滥用活动。同时,合法用户将能够登录、购买、查看页面或创建帐户,而虚假用户将被阻止。 | ||
|
||
<br> | ||
|
||
reCAPTCHA 有[三种版本](https://developers.google.com/recaptcha/intro)、多种模式: | ||
|
||
- **[reCAPTCHA v1](https://developers.google.com/recaptcha/docs/versions#recaptcha_v1_-_shut_down)**:V1 版本,早期为英文数字验证码,自 2018 年 3 月起已弃用; | ||
- **[reCAPTCHA V2 Checkbox](https://developers.google.com/recaptcha/docs/display)**:V2 版本,需要用户点击后,系统自动判断是否通过或者需要图片验证; | ||
- **[reCAPTCHA V2 Invisible](https://developers.google.com/recaptcha/docs/invisible)**:V2 版本,无感验证,不会显示任何信息; | ||
- **[reCAPTCHA V2 Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/overview)**:V2 企业版; | ||
- **[reCAPTCHA v3](https://developers.google.com/recaptcha/docs/v3)**:V3 版本,无感模式,不会显示任何信息; | ||
- **[reCAPTCHA V3 Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/overview)**:V3 企业版; | ||
|
||
|
||
Demo 样例(随时有可能变化,以实际情况为准): | ||
<br> | ||
|
||
- 官方 demo:[https://www.google.com/recaptcha/api2/demo](https://www.google.com/recaptcha/api2/demo)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2](https://2captcha.com/demo/recaptcha-v2)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php](https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> <Badge text="本页使用" type="error" vertical="middle"/> | ||
- democaptcha.com:[https://democaptcha.com/demo-form-eng/recaptcha-2.html](https://democaptcha.com/demo-form-eng/recaptcha-2.html)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2-invisible](https://2captcha.com/demo/recaptcha-v2-invisible)<Badge text="V2 Invisible" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php](https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php)<Badge text="V2 Invisible" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2-enterprise](https://2captcha.com/demo/recaptcha-v2-enterprise)<Badge text="V2 Enterprise" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v3](https://2captcha.com/demo/recaptcha-v3)<Badge text="V3" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php](https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php)<Badge text="V3" type="tip" vertical="middle"/> | ||
- antcpt.com:[https://antcpt.com/score_detector/](https://antcpt.com/score_detector/)<Badge text="V3" type="tip" vertical="middle"/> | ||
- xushanxiang.com:[https://xushanxiang.com/demo/recaptcha/a.html](https://xushanxiang.com/demo/recaptcha/a.html)<Badge text="V3" type="tip" vertical="middle"/> | ||
- 42web.io:[http://recaptcha-example.42web.io/](http://recaptcha-example.42web.io/)<Badge text="V3" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v3-enterprise](https://2captcha.com/demo/recaptcha-v3-enterprise)<Badge text="V3 Enterprise" type="tip" vertical="middle"/> | ||
|
||
::: right | ||
访问 [reCAPTCHA 官网](https://www.google.com/recaptcha/about/) | ||
::: | ||
|
||
<iframe src="https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php" height="700px"></iframe> |
8 changes: 0 additions & 8 deletions
8
docs/07.验证码/03.国外验证码/02.Google reCAPTCHA/01.reCAPTCHA v2 (Easy Difficulty).md
This file was deleted.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
docs/07.验证码/03.国外验证码/02.Google reCAPTCHA/02.reCAPTCHA V2 Invisible.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: reCAPTCHA V2 Invisible | ||
date: 2023-10-20 12:40:57 | ||
permalink: /captcha-demo/recaptcha-v2-invisible | ||
article: false | ||
--- | ||
|
||
::: theorem Google reCAPTCHA | ||
[Google Inc.](https://about.google/)旗下产品 reCAPTCHA 使用先进的风险分析引擎和自适应挑战来防止恶意软件在您的网站上进行滥用活动。同时,合法用户将能够登录、购买、查看页面或创建帐户,而虚假用户将被阻止。 | ||
|
||
<br> | ||
|
||
reCAPTCHA 有[三种版本](https://developers.google.com/recaptcha/intro)、多种模式: | ||
|
||
- **[reCAPTCHA v1](https://developers.google.com/recaptcha/docs/versions#recaptcha_v1_-_shut_down)**:V1 版本,早期为英文数字验证码,自 2018 年 3 月起已弃用; | ||
- **[reCAPTCHA V2 Checkbox](https://developers.google.com/recaptcha/docs/display)**:V2 版本,需要用户点击后,系统自动判断是否通过或者需要图片验证; | ||
- **[reCAPTCHA V2 Invisible](https://developers.google.com/recaptcha/docs/invisible)**:V2 版本,无感验证,不会显示任何信息; | ||
- **[reCAPTCHA V2 Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/overview)**:V2 企业版; | ||
- **[reCAPTCHA v3](https://developers.google.com/recaptcha/docs/v3)**:V3 版本,无感模式,不会显示任何信息; | ||
- **[reCAPTCHA V3 Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/overview)**:V3 企业版; | ||
|
||
|
||
Demo 样例(随时有可能变化,以实际情况为准): | ||
<br> | ||
|
||
- 官方 demo:[https://www.google.com/recaptcha/api2/demo](https://www.google.com/recaptcha/api2/demo)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2](https://2captcha.com/demo/recaptcha-v2)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php](https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
- democaptcha.com:[https://democaptcha.com/demo-form-eng/recaptcha-2.html](https://democaptcha.com/demo-form-eng/recaptcha-2.html)<Badge text="V2 Checkbox" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2-invisible](https://2captcha.com/demo/recaptcha-v2-invisible)<Badge text="V2 Invisible" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php](https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php)<Badge text="V2 Invisible" type="tip" vertical="middle"/> <Badge text="本页使用" type="error" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v2-enterprise](https://2captcha.com/demo/recaptcha-v2-enterprise)<Badge text="V2 Enterprise" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v3](https://2captcha.com/demo/recaptcha-v3)<Badge text="V3" type="tip" vertical="middle"/> | ||
- appspot.com:[https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php](https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php)<Badge text="V3" type="tip" vertical="middle"/> | ||
- antcpt.com:[https://antcpt.com/score_detector/](https://antcpt.com/score_detector/)<Badge text="V3" type="tip" vertical="middle"/> | ||
- xushanxiang.com:[https://xushanxiang.com/demo/recaptcha/a.html](https://xushanxiang.com/demo/recaptcha/a.html)<Badge text="V3" type="tip" vertical="middle"/> | ||
- 42web.io:[http://recaptcha-example.42web.io/](http://recaptcha-example.42web.io/)<Badge text="V3" type="tip" vertical="middle"/> | ||
|
||
- 2captcha.com:[https://2captcha.com/demo/recaptcha-v3-enterprise](https://2captcha.com/demo/recaptcha-v3-enterprise)<Badge text="V3 Enterprise" type="tip" vertical="middle"/> | ||
|
||
::: right | ||
访问 [reCAPTCHA 官网](https://www.google.com/recaptcha/about/) | ||
::: | ||
|
||
<iframe src="https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php" height="500px"></iframe> |
8 changes: 0 additions & 8 deletions
8
docs/07.验证码/03.国外验证码/02.Google reCAPTCHA/02.reCAPTCHA v2 (Moderate Difficulty).md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.