Skip to content

Navigation Menu

Sign in
Appearance settings

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 4fda221

Browse filesBrowse files
new datas recaptcha parameter
1 parent 6f93671 commit 4fda221
Copy full SHA for 4fda221

File tree

1 file changed

+16
-35
lines changed
Filter options

1 file changed

+16
-35
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+16-35Lines changed: 16 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Eg. ```123|polum```
464464

465465
### Submit reCAPTCHA
466466

467-
In order to solve recaptcha v2 and invisible, there are **2 steps** that have to be made.
467+
In order to solve regular (v2), invisible or v3 reCAPTCHA, there are **2 steps** that have to be made.
468468

469469
First is to submit the recaptcha details, and then get the **g-response** after it was completed.
470470

@@ -480,56 +480,37 @@ There are few optional parameters as well.
480480
> **Parameters**
481481
>
482482
> - token = ***your_access_token***
483-
>
484-
> - pageurl = ***page url of website, eg. ```abc.com```***
485-
>
483+
>- pageurl = ***page url of website, eg. ```abc.com```***
486484
> - googlekey = ***sitekey of recaptcha, has to be scraped from site***
487-
>
488-
> - action = UPLOADCAPTCHA
489-
>
485+
>- action = UPLOADCAPTCHA
490486
> - recaptchatype = can be one of this 3 values: `1` - normal, `2` - invisible, `3` - v3 (it's optional, defaults to `1`)
491-
>
492-
> - captchaaction = action parameter used in solving v3 recaptcha `- optional`
493-
>
487+
>- captchaaction = action parameter used in solving v3 recaptcha `- optional`
494488
> - score = score targeted, check being done against a test recaptcha `- optional`
495-
>
496-
> - affiliateid = ***affiliateID*** ```- optional```
497-
>
489+
>- affiliateid = ***affiliateID*** ```- optional```
498490
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```*** ```- optional```
499-
>
500491
>- useragent = User-Agent used in solving recaptcha `- optional`
501-
>
502492
> - proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
503-
> -------
504-
> Username & password authentication
493+
>- datas = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
494+
>
495+
>Username & password authentication
505496
506497
>```/POST /captchaapi/UploadRecaptchaV1.ashx```
507498
508499
> **Parameters**
509500
>
510501
> - username = ***your_username***
511-
>
512-
> - password = ***your_password***
513-
>
502+
>- password = ***your_password***
514503
> - pageurl = ***page url of website, eg. ```abc.com```***
515-
>
516-
> - googlekey = ***sitekey of recaptcha, has to be scraped from site***
517-
>
504+
>- googlekey = ***sitekey of recaptcha, has to be scraped from site***
518505
> - action = UPLOADCAPTCHA
519-
>
520-
> - recaptchatype = can be one of this 3 values: `1` - normal, `2` - invisible, `3` - v3 (it's optional, defaults to `1`)
521-
>
506+
>- recaptchatype = can be one of this 3 values: `1` - normal, `2` - invisible, `3` - v3 (it's optional, defaults to `1`)
522507
> - captchaaction = action parameter used in solving v3 recaptcha `- optional`
523-
>
524-
> - score = score targeted, check being done against a test recaptcha `- optional`
525-
>
508+
>- score = score targeted, check being done against a test recaptcha `- optional`
526509
> - affiliateid = ***affiliateID*** ```- optional```
527-
>
528-
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```*** ```- optional```
529-
>
530-
>- useragent = User-Agent used in solving recaptcha `- optional`
531-
>
532-
> - proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
510+
>- proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```*** ```- optional```
511+
> - useragent = User-Agent used in solving recaptcha `- optional`
512+
>- proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
513+
> - datas = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
533514
534515
**Response**
535516

0 commit comments

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