Help for this page

Select Code to Download


  1. or download this
    grep 'default.ida' /path/to/access_log | awk {'print $1'} | sort -n | 
    +uniq | this_perl_script.pl
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
            my $full_url = "http:\/\/$ipaddress\/$message";
            my $junk = get($full_url);
            }