Un simple script en Perl para HTTP FingerPrinting o por lo menos lo intenta xDD.
El código :
#!usr/bin/perl
#HTTP FingerPrinting 0.1
#Coded By Doddy H
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"
);
print "\n-- == HTTP FingerPrinting 0.1 == --\n";
unless ( $ARGV ) {
print "\n Sintax : $0 <page> < -fast / -full >\n";
}
else {
print "\n Getting Data ...