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

  • Автор темы Автор темы V Munich
  • Дата начала Дата начала

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:

Ft9wgKK.jpg


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

iaQ4bDg.png


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.
 
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?
 
Anyone?
I just want to load a local image in the captcha recognition module, instead of find it on the page..
 
try to get image path, load it in variable and then send to captcha module
 
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:

TaXtQaZ.jpg


I looks for the image on the page..
 
delete id and fulltag, then insert path of image file in src value
 
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

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