Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97c0fd1

Browse filesBrowse files
added FunCaptcha (Arkose Labs)
1 parent 8d0fcc7 commit 97c0fd1
Copy full SHA for 97c0fd1

File tree

1 file changed

+42
-9
lines changed
Filter options

1 file changed

+42
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+42-9Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
655655
>
656656
> - user_agent = ***user agent goes here*** ```- optional```
657657
>
658-
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:1234:username:password*** ```- optional```
658+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
659659
>
660660
> -------
661661
> Username & password authentication
@@ -680,7 +680,7 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
680680
>
681681
> - user_agent = ***user agent goes here*** ```- optional```
682682
>
683-
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:1234:username:password*** ```- optional```
683+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
684684
685685
**Response**
686686

@@ -762,7 +762,7 @@ Use the 3 codes to bypass the geetest captcha.
762762
> - action = **UPLOADCAPTCHA**
763763
> - affiliateid = ***affiliateID*** ```- optional```
764764
> - user_agent = ***user agent goes here*** ```- optional```
765-
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:1234:username:password*** ```- optional```
765+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
766766
>
767767
>
768768
@@ -774,7 +774,7 @@ Use the 3 codes to bypass the geetest captcha.
774774

775775
- ```ERROR: AUTHENTICATION_FAILED``` - Provided username and password and/or access key are invalid.
776776

777-
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load geetest captcha on worker end
777+
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load capy captcha on worker end
778778

779779
- ```ERROR: LIMIT_EXCEED``` - Server is overloaded
780780

@@ -795,7 +795,7 @@ Use the 3 codes to bypass the geetest captcha.
795795
> - action = **UPLOADCAPTCHA**
796796
> - affiliateid = ***affiliateID*** ```- optional```
797797
> - user_agent = ***user agent goes here*** ```- optional```
798-
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:1234:username:password*** ```- optional```
798+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
799799
>
800800
>
801801
@@ -807,7 +807,7 @@ Use the 3 codes to bypass the geetest captcha.
807807

808808
- ```ERROR: AUTHENTICATION_FAILED``` - Provided username and password and/or access key are invalid.
809809

810-
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load geetest captcha on worker end
810+
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load hcaptcha on worker end
811811

812812
- ```ERROR: LIMIT_EXCEED``` - Server is overloaded
813813

@@ -828,7 +828,7 @@ Use the 3 codes to bypass the geetest captcha.
828828
> - action = **UPLOADCAPTCHA**
829829
> - affiliateid = ***affiliateID*** ```- optional```
830830
> - user_agent = ***user agent goes here*** ```- optional```
831-
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:1234:username:password*** ```- optional```
831+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
832832
>
833833
>
834834
@@ -840,11 +840,44 @@ Use the 3 codes to bypass the geetest captcha.
840840

841841
- ```ERROR: AUTHENTICATION_FAILED``` - Provided username and password and/or access key are invalid.
842842

843-
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load geetest captcha on worker end
843+
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load tiktok captcha on worker end
844844

845845
- ```ERROR: LIMIT_EXCEED``` - Server is overloaded
846846

847-
##
847+
## FunCaptcha (Arkose Labs)
848+
849+
> Access token authentication (or user & password)
850+
851+
>```POST /captchaapi/UploadFunCaptcha.ashx```
852+
853+
> **Parameters**
854+
>
855+
> - token = ***your access token***
856+
> - username = ***your username*** (token is preferred)
857+
> - password = **your password** (token is preferred)
858+
> - captchatype = **13**
859+
> - pageurl = **the URL where you got the captcha**
860+
> - sitekey = **sitekey/publickey used in solving captcha (gathered from URL source code / DOM)**
861+
> - s_url = **API / source URL, specific for FunCaptcha**
862+
> - action = **UPLOADCAPTCHA**
863+
> - data = **extra parameters in JSON format, used when initializing captcha** `- optional`
864+
> - affiliateid = ***affiliateID*** ```- optional```
865+
> - user_agent = ***user agent goes here*** ```- optional```
866+
> - proxy = ***eg. 123.45.67.89:1234 or 12.34.56.78:123:username:password*** ```- optional```
867+
>
868+
>
869+
870+
**Response**
871+
872+
`captchaID` is returned back, use it with response JSON endpoint to retrieve solution.
873+
874+
**Errors**
875+
876+
- ```ERROR: AUTHENTICATION_FAILED``` - Provided username and password and/or access key are invalid.
877+
878+
- ```ERROR: INVALID_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load funcaptcha captcha on worker end
879+
880+
- ```ERROR: LIMIT_EXCEED``` - Server is overloaded
848881

849882
## (NEW) Response JSON endpoint
850883

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.