Start the proxy in your computer, point the browser to the proxy (it binds on port 8080 by default) and you'll have a list of all visited URIs... included the ones you're really looking for.#!/usr/bin/env perl use strict; use warnings; use HTTP::Proxy; use HTTP::Proxy::HeaderFilter::simple; $|++; # no buffering on STDOUT please my $proxy = HTTP::Proxy->new(@ARGV); $proxy->push_filter( request => HTTP::Proxy::HeaderFilter::simple->new( sub { print {*STDOUT} $_[2]->uri(), "\n" } ) ); $proxy->start();
Good job, BooK!
Hey! Up to Dec 16, 2007 I was named frodo72, take note of the change! Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|