Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
So, there's this website that forces me wait for 60 seconds before it shows the captcha image.

However, I can get the captcha image before the 60 seconds using a GET request. It ends up looking like this:



When I save that code as a .jpg or .png file and open it, I get something like this:



Now, what I'm trying to figure out is a way to send the content of that captcha_code variable as a .jpg file to the captcha module.

There must be a way to do it.. right?

Could any expert help me?

Thanks.
 

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
Ok I used the option "As file" on the GET request action, and it saves the above as an image. How can I send a local image to the captcha recognition module?
 

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
Anyone?
I just want to load a local image in the captcha recognition module, instead of find it on the page..
 

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18
try to get image path, load it in variable and then send to captcha module
 

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
I have the image patch (C:\Program Files (x86)\ZennoLab3\
ZennoPoster Pro\Progs\Trash\captcha(1).jpg) but I can't figure out a way to load it on the captcha module.

Captcha module looks like this:



I looks for the image on the page..
 

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18
delete id and fulltag, then insert path of image file in src value
 

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18

darkdiver

Administrator
Команда форума
Регистрация
13.01.2009
Сообщения
2 284
Благодарностей
2 728
Баллы
113
open new tab and navigate to the url like
file:///E:/image.jpg

where E:/image.jpg is the path to your image.
then recognize it.
 
  • Спасибо
Реакции: mtantouri

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