How to Solve This Captcha.?

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Благодарностей
38
Баллы
0
Hi,

I have a trouble in this site to solve captcha http://zoints.com/register.z :confused:

Please give me a clear idea to solve this type of captcha automatically..!

Thanks in advance..!:D
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Nice challenge:-) First of all I'd try to learn how many questions they have in that base and do some custom solution for each one of for group if they are similar.

1. Parse question from DOM/source/page text.
2. Find that question or a part from already familiar
3. Act according to question

1.jpg
For instance this one:

in a loop
1. Take outertext of each <td>
2. Lowercase it if necessary
3. Parse with regexp from outertext of <td> in word between quotes
4. If result is not empty - tick a checkbox with match number of counter

Anyway I don't see a trivial solution right now.
 
  • Спасибо
Реакции: purush84

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Благодарностей
38
Баллы
0
1. Parse question from DOM/source/page text.
2. Find that question or a part from already familiar
3. Act according to question

Посмотреть вложение 2030
For instance this one:

in a loop
1. Take outertext of each <td>
2. Lowercase it if necessary
3. Parse with regexp from outertext of <td> in word between quotes
4. If result is not empty - tick a checkbox with match number of counter
Thank you for give me a good idea.!:az:
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
You are welcome :ph34r:
Have luck with that.
 

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