A reverse string captcha

Tropicalista

Client
Регистрация
24.05.2011
Сообщения
29
Реакции
0
Баллы
0
How to work with this simple captcha?

Код:
Развернуть Свернуть Копировать
http://www.logindot.com/aggiungi_sito.php

It's a text string reversed. In the html there is the solution, but how could I retrieve the text and then reverse the string?

Код:
Развернуть Свернуть Копировать
<img src="/conf/antiflood.php?key=9GQ3" border="0" alt="Codice antiflood">

Could you help me?
 
Tropicalista, are you Italian?
 
yes, I'm Italian.

I've solved this! simply parse the page text extract the 4 characters string and then reverse with javascript!! This software is amazing!
 
PM I'm Italian too!
 
Use Java:

PHP:
Развернуть Свернуть Копировать
var result = "captcha"; 
var result=(result.split("", )); 
var result=(result.reverse()); 
var result=(result.join(""));
 
  • Оценить
Реакции: Stereomike

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