Hola. Tengo el siguiente código:
#!usr/bin/perl
use LWP::UserAgent;
use JSON;
use Data::Dumper;
my $nave = LWP::UserAgent->new( ssl_opts => { verify_hostname => 1 } );
$nave->agent(
"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0"
);
$nave->timeout(5);
my $code = toma("http://localhost/twitter/timeline.php");
my $resultado = JSON->new->decode($code);
print "Created at : " . $resultado->{"created_at"} . "\n";
sub toma {
return $nave->get( $_ )->content;
}
Mi página local me devuelve este código shodan:
[
{
"coordinates": ...