command line proxy

  1. I

    Command Line Proxy Grabber

    how to use? 1.install perl 2. copy this scripts 3. Run #!/usr/bin/perl use strict; use warnings; use WWW::Mechanize; my $Grab_It = WWW::Mechanize->new(); $Grab_It->get('http://www.atomintersoft.com/proxy_list_port_80'); my @ips= $Grab_It->text() =~...
Back
Top