Using html4strict Syntax Highlighting
- <input name="md5" class="text_input" value="Put MD5 hash here" onclick="if(this.value=='Put MD5 hash here')this.value='';" onblur="if(this.value=='')this.value='Put MD5 hash here';" type="text">
- </td><td>
- <center><span style="font-weight: bold"><input src="/img/search_button2.png" title="go >>>" type="image"></span></center>
- </td></tr>
- </tbody></table>
- </form>
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
El código del script:
Using perl Syntax Highlighting
- use LWP::UserAgent;
- my $nave = LWP::UserAgent->new;
- $nave->agent(
- "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201Firefox/2.0.0.12"
- );
- $nave->timeout(10);
- my $code = tomar("http://md5.my-addr.com/md5_decrypt-md5_cracker_online/md5_decoder_tool.php",{ 'md5' => $md5});
- sub tomar {
- my ( $web, $var ) = @_;
- return $nave->post( $web, [ %{$var} ] )->content;
- }
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
En lugar de usar "submit"=>"Boton" tengo que hacer clic en la imagen para usar el servicio. El problema es que no sé cómo seguir la péticion POST con este módulo porque no quiero usar Mechanize.
¿ Alguien me puede ayudar ?