I use proxies to keep my privacy
I heard that If i use only proxeis I am still not protected, is this true.If not please tell me why
Printable View
I use proxies to keep my privacy
I heard that If i use only proxeis I am still not protected, is this true.If not please tell me why
well, it depends on what kind of proxies you use, and what your reason is for using them. If you use an encrypted proxy, then even if your traffic is intercepted between your node and the proxy node, your information is secure. this is good if you are trying to obscure your surfing from an office environment or from your local sysadmin or ISP, also from malicious man-in-the-middle snooping. If you are trying to elude law enforcement, for some strange reason, they could always just subpeona the info from the proxy admin. Some proxy admins use a network of encrypted transmitters to obscure your surfing along with all other users, even from them, giving themselves plausible deniability, if the cops show up and say, "tell us who accessed this information on this date" the proxy admin can honestly say "hell if I know". if you are simply trying to obscure your information from the admins of the site you're visiting, usually any proxy will do.
An annonymous proxy could be a government computer tracking your surfing habits. Or it could be someone in marketing who wants to see how people surf. You never know when you are using an annonymous proxy.
What type of proxies should i use :confused:
yeap, anonymous proxy are pretty good for privacy at work but for anything more serious u need to be a lot more careful... ie setting up a chain of rotating proxy from different countries.
the best i've used were in the netherlands
how do I set up A proxy chain and with what program
u ever use a sniffer, disturb ?. i know this software from my friend at hacker lobby room. i don't know, is it can help u ? but i think, i must try to help u ...(if that help u)
see u !
Proxies and their ports can be entered into the Proxy settings of the Browser.Quote:
how do I set up A proxy chain and with what program
For IE 6
- Tools menu.
- Select Internet Options.
- Select Connections.
- Dial-Up settings if using dial-up connection or LAN Settings, if connection is via LAN;
- Check "Use a proxy server".
- Enter [proxy] in the "Address" text box. *
- Enter [port] in the "Port" text box.
- Press "Apply".
- Press "OK".
*Enter [proxy] in the "Address" text box.
proxy1:port proxy1:port proxy1 Port: 80
Each proxy is separated by a colon ":" from its port and a "space" from the next proxy. Final proxy is entered without its port and the port number should be entered in "Port Box" next to it.
Address: 196.0.0.10:80 191.0.0.1:80 199.0.0.1 Port: 80
not all proxy servers allow such chaining. Only proxies that allow connect method like FTP proxies or IRC proxies or SSL proxies could be used for chaining
or you can enter the address in the address bar :
http://proxy1:port/http://proxy2:por...nline.com.com/
[Edit]
did i miss somethingQuote:
u ever use a sniffer, disturb
ya I know what a sniffer is but i never used one
distrub,
In reality, as soon as you plug your computer into that phonejack for a dialup connection, or the DSL modem, or router, or however you go online, there is a chance your privacy may be compromised. There is no sure way for us to overcome that, however you can do some things to acquire a reasonable amount of privacy and security. Obviously using a proxy or chaining proxies will somewhat conceal you while you are surfing etc., but once again we leave a trail through those proxies. In most cases as long as you have permission to use those proxies and you are not doing anything illegal, you will probably be left alone and remain somewhat invisible on the web. However, cross the line and their logs will be available for viewing. The next obvious needs you have are: a good firewall, antivirus, spybot/adware detection software, and a trojan detector/remover. Do a search at this site for all the above and you can read some great recommendations on which ones to use. There's also great stuff in the newbie forum here as well. After that you might want to read about PGP. And as always, www.google.com is your friend for searching for knowledge and information. Use the resources available to you and you can feel more secure.
good luck
I am currently useing complete anonomous web surfing (caw) It make proxy chians
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.
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
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;
}
?>
----------------------------------------------------------------------------------
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 ;)