Beefy Boxes and Bandwidth Generously Provided by pair Networks Russ
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Re: Hide real IP

by gjb (Vicar)
on May 05, 2004 at 09:25 UTC ( [id://350762]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Re: Hide real IP
in thread Hide real IP

I'm pretty sure Net::Mossad could do the job though.

You might also be tempted by Net::Cloak, however, beware that you're liable to be stung by Net::Dagger in that case.

Just my 2 cents, -gjb-

Replies are listed 'Best First'.
Re: Re: Re: Re: Hide real IP
by freak (Initiate) on May 05, 2004 at 10:17 UTC
    is there a difference if i connect to a website with LWP::UserAgent OR if i open a browser and enter that website ?

      What do you mean by browser? I'm really confused.

          is there a difference if i connect to a website with LWP::UserAgent OR if i open a browser and enter that website ?

      Sure there is. Using LWP::UserAgent looks like:

      use LWP::UserAgent; my $ua=LWP::UserAgent->new; my $result=$ua->get('http://www.perlmonks.org');
      and using the browser looks like:
      open PIPE,"/usr/bin/lynx -source http://www.perlmonks.org|" or die $!;
      either way you get the same approximate result. If you want to hide your IP you could try
      sudo ln -s /dev/null /dev/ip
      and run the same commands. Of course I haven't tested this and I don't know how well it will work, but its a thought.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://350762]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.