How do I send Captcha Image for solving?

johanes

Новичок
Регистрация
13.11.2015
Сообщения
7
Благодарностей
0
Баллы
1
Hello,

How do I send captcha image for solving?

I enabled all services to be emulated and for example I tried to send captcha image with the deathbycaptcha.exe client and i just get ERROR.. I tried with De-captcher as well still no luck..

Otherwise capmonster server is running fine at 127.0.0.1 and when i visit the page in the browser it says it is intercepting...

Can you help me please to let me know how can i send images to the program for solving?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 224
Благодарностей
5 843
Баллы
113

johanes

Новичок
Регистрация
13.11.2015
Сообщения
7
Благодарностей
0
Баллы
1
I don't think you understood me.. The problem is that no matter what API for the emulated services I use to try to send a captcha for solving I always get simply "ERROR" returned from your program.

For example. I use the DeCaptcher API, i try to get a balance to see if it works and it replies properly 550 credits, so it looks like things are working, but when i try to send a captcha image, it simply says ERROR.. Same for all rest APIs

This works - to get balance:

Код:
<form
method="post"
action="http://poster.de-captcher.com/"
enctype="multipart/form-data">
<input type="hidden" name="function" value="balance">
<input type="text"   name="username" value="client">
<input type="text"   name="password" value="qwerty">
<input type="submit" value="Send">
</form>
This doesn't work when trying to send a captcha:

Код:
<form
method="post"
action="http://poster.de-captcher.com/"
enctype="multipart/form-data">
<input type="hidden" name="function"  value="picture2">
<input type="text"   name="username"  value="client">
<input type="text"   name="password"  value="qwerty">
<input type="file"   name="pict">
<input type="text"   name="pict_type" value="0">
<input type="submit" value="Send">
</form>
I am trying with a sample image PHPBB Old
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 224
Благодарностей
5 843
Баллы
113
Ok. Now it's clear.
How do you encode picture in your request? If you use binary encoding, that won't be recognized by our software.
Content-Type: jpg
Content-Transfer-Encoding: binary

Try base64 or windows-1251 encoding:
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
 
Последнее редактирование:

johanes

Новичок
Регистрация
13.11.2015
Сообщения
7
Благодарностей
0
Баллы
1
Well, then the emulation of all these captcha services is simply not working. Emulation is supposed to work "plug and play", right away without changing anything when switching from my captcha service to your software.. If we take the Decaptcher API from my previous post, it is an HTTP post request with attached multipart file, there's no way to change encoding type just for the picture...

So, as it appears there's no info at all or easy method for me to submit even just 1 captcha to it to see if this software does what it claims?

If You can't show me a simple way to submit a captcha to the software, sorry, I am giving it up.. I just can't purchase a software that for hours I can't get working.. I am just glad i tried the demo first and didn't go purchasing 5 licenses for my agency right away...
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 224
Благодарностей
5 843
Баллы
113
I've sent all the info to our developers. We will check the problem. I'll get back to you with the results.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 224
Благодарностей
5 843
Баллы
113
Here is what is said in API documentation about how to send captcha in 64-bit encoding:
Base64_encoding.png
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 224
Благодарностей
5 843
Баллы
113
Any success with it?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)