|
-
March 6th, 2004, 03:56 PM
#11
Senior Member
I am currently useing complete anonomous web surfing (caw) It make proxy chians
-
March 6th, 2004, 11:05 PM
#12
Junior Member
Are proxies useful?
Proxies are a good thing for anonymous surfing. The best ones are located in countries other that the U.S. (if you live in the US). In fact there are countries that cooperate with Governments (the US for instance), so the best ones are ones that don't cooperate with the people you're worried about. You should use a browser that doesn't use Java, Javascript, and will not use cookies to avoid giving out info through your browser (avoid internet explorer). Proxy lists are available on the net, search around. I hope it's ok to list this:
h**p://basicsecuritybyspaz.freeyellow.com/index.htm
A lot of useful tools there.
-
March 6th, 2004, 11:15 PM
#13
If you are honestly that concerned with privacy and information leaks, and you are willing to sacrafice Java, etc etc and other daily uses, then I suggest looking into a different distro entirley.
http://tinfoilhat.shmoo.com/ - TinFoil Hat Linux
-
March 7th, 2004, 08:00 AM
#14
Junior Member
to check your privacy!
Hi guys, It's really great discussion about privacy through proxies!
I liked to add these lines from my little knowledge:
some proxies will forward a http header to the next target (e.g. website, or proxy) it is
HTTP_X_FORWARDED_FOR
and others will not, so first you have to check if the proxy you use is forwarding this variable,
you may check for this at: http://www.stayinvisible.com/index.pl/test_your_ip_nocache
you can read more about that, i got a PHP code that you can use to check if connected users are using proxies [maybe you upload the code to your website to check your privacy]:
Thanks guys...
---------------------------------------------------------------------
<?php
echo "Starting Proxy Detection System<br><br>";
#Here you can call a function to check if the IP is blocked
#and if not then continue to the IF statement
if ($HTTP_X_FORWARDED_FOR)
{
echo "Warring: You might be using a proxy server to connect us<br><br>";
echo "Connected Via: " . $HTTP_VIA . " - " . $REMOTE_ADDR;
echo "<br>Your real IP: " . $HTTP_X_FORWARDED_FOR;
}
else
{
echo "You are probably not using a proxy server<br>";
echo "Your IP: " . $REMOTE_ADDR;
}
?>
----------------------------------------------------------------------------------
Beware of security guys!
-
March 7th, 2004, 10:11 AM
#15
hehe
Greetings, For my money the best proxy is at KINKOS, bring your own Laptop. In my case I use my G4 powerbook........so few ports.
If you go to Kinkos with your own Laptop they will not even charge you, let alone make you sign the "LOG BOOK" which is kind of funny on its own.
weeeeeeeeeeeeeeeeeeee!
Just a thought
Get some good religion from Bad Religion.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|