Manual


Zennoposter

How to put Captcha.Guru instead Rucaptcha.com


api.site.can2me.com
Или

How to put Captcha.Guru instead Antigate.com


api.site.can2me.com
Или

How to put Captcha.Guru instead Rucaptcha.com, Antigate.com -use hosts

Solve RecapthcaV2 use ZennoPoster.

Скачать модуль: https://yadi.sk/d/BdMVL1kJ3GE55x

Автор https://zennolab.com/discussion/threads/34970/

Solve text captcha use ZennoPoster.


Advego Plagiatus


BrowserAutomationStudio

ReСaptcha 2/hCaptcha/FunCaptcha/TikTok/GeeTest clicks.
Solve reCAPTCHA V2 use BrowserAutomationStudio.

Solve the captcha use BrowserAutomationStudio.


MiniPoster


iMacros

Special API Address for iMacros: http://imacros2.site.can2me.com/


Other program


Python

reCAPTCHA

import requests
import time

pageurl = 'https://www.google.com/recaptcha/api2/demo'
method = 'userrecaptcha'
googlekey = '6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-'
key = 'ec6c1857ca3a214f01e90bda1d306cea'
r = requests.get('http://api.site.can2me.com/in.php?key='+key+'&method='+method+'&googlekey='+googlekey+'&pageurl='+pageurl)
print (r.text)
if r.ok and r.text.find('OK') > -1:
reqid = r.text[r.text.find('|')+1:]
for timeout in range(40):
r = requests.get('http://api.site.can2me.com/res.php?key='+key+'&action=get&id='+reqid)
if r.text.find('CAPCHA_NOT_READY') > -1:
time.sleep(10)
if r.text.find('ERROR') > -1:
print (r.text)
break
if r.text.find('OK') > -1:
print (r.text[r.text.find('|')+1:])
break

Thoughtful Captcha Solver
IMG:

import requests
import time

url = 'http://api.site.can2me.com/in.php'
key = 'ec6c1857ca3a214f01e90bda1d306cea'
files = {'file': open('1.png', 'rb')}
data = {'key': key, 'method': 'post'}
r = requests.post(url, files=files, data=data)
if r.ok and r.text.find('OK') > -1:
reqid = r.text[r.text.find('|')+1:]
for timeout in range(40):
r = requests.get('http://api.site.can2me.com/res.php?key='+key+'&action=get&id='+reqid)
if r.text.find('CAPCHA_NOT_READY') > -1:
time.sleep(3)
if r.text.find('ERROR') > -1:
print (r.text)
break
if r.text.find('OK') > -1:
print (r.text[r.text.find('|')+1:])
break


Firefox plug-in

Hcaptcha/Recaptcha 2
Download plug-in

Attention! The plugin is deprecated and no longer required!


Chrome plug-in


Go to plugin page