|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Networking & Security | |
[Guide] How to access the net anonymously
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
In this guide I will go over my knowledge of how the net works, and how to browse the it without leaving a trace, or giving away any information about yourself.
Table of Contents 1. How you get data from the web A. ISP B. IP C. DNS D. Content Servers E. How they work together 2. Tracking A. What do you mean? B. Why? C. IP D. Cookies E. Domain Referrers F. User Agent G. Hostname H. Google 3. How to circumvent tracking A. OpenDNS 1. What / Why 2. Configuration B. Firefox 1. What / Why 2. Addons 3. Addon Configuration 4. Tweaks C. Tor 1. What / Why 2. Configuration D. Hostname 1. How to change it E. Google 1. Scroogle 2. Firefox Search Button
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
Last edited by DigitalSonata : 11-17-07 at 10:13 PM |
|||||||||
|
|
|
|
|
#2 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
1. How you get data from the web.
A. ISP An ISP (Internet Service Provider) is a link to the internet, many types exist, but the most popular are Cable (Coaxial, using your "Cable TV" lines), and DSL (Digital Subscriber Line). B. IP When you use an ISP's service, you usually get a modem (Cable or DSL, or even 56k back in the day). This modem will assign itself a set of numbers (Ex: 255.255.255.255), this is your external IP (Internet Protocol address). Your modem then assigns IPs to your computers, these are internal IPs (Ex: 192.168.0.101). All computers that are connected to the internet have an IP. C. DNS DNS (Domain name system) is the way that those IPs get changed into web adresses (Ex: www.overclock.net) and back again. It would be pretty hard to find anything on the web if you had to know the IP of each website you wanted to go to, so your ISP (and other people) has servers that record IPs of websites, and their corresponding names (Domains). D. Content Servers Content servers are what gives your ISP the data (webpage), to give to you. They usually are very powerful, and can server many users very quickly. E. How it all works together Here is what happens when you request a webpage.
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
|
|||||||||
|
|
|
|
|
#3 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
2. Tracking
A. What do you mean? Tracking, is in essence the act of keeping a log of your activity on the internet. Almost everywhere you go, data is collected, and a profile of you builds up. B. Why? Various companies want to build profiles of people to figure out how they can market items, or services to you more effectively. There are other reasons for tracking, but I will not discuss them here as I feel it would near infringing on the "No Politics" rule C. IP One of the easiest ways to track you, is with your IP. Each time you access a webpage, your IP is recorded and attached to other information on you. D. Cookies Cookies are files stored on your computer and content servers that identify you. They are used for authentication purposes most of the time, but they can be used to track you if exploited correctly. E. Web Referrers When you click links, or are forwarded, your browser sends a referrer link to the server, telling it where you came from. This can also be used to track you if the data is used malicously. F. User Agent A User Agent is a string of text sent to the content server telling it what browser your using, what OS your running, and other information. This can be used to help build your profile. G. Hostname 1. All computers have a "name", this is your hostname, some applications can reveal this to the web, and if your hostname contains sensitive information such as your first name, you could be in trouble. H. Google 1. Google tracks most of the web to provide better search results. This makes me uneasy, and I'd rather not take part in it.
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
Last edited by DigitalSonata : 11-17-07 at 10:51 PM |
|||||||||
|
|
|
|
|
#4 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
3. How to circumvent tracking
A. OpenDNS 1. OpenDNS is a free, open DNS server that is faster and impartial. You can use this to avoid appearing on your ISP's logs. 2. Info on how to set it up can be found here B. Firefox 1. Firefox is a browser, like Internet Explorer or Safari, but it can be configured to be anonymous through the use of addons. 2. Addons you will need to browse anonymously. 3. Addon Configuration
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
Last edited by DigitalSonata : 07-30-08 at 01:21 PM |
|||||||||
|
|
|
|
|
#5 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
C. Tor 1. Tor is a network of proxies that work like an onion, as your data goes through different layers and will be very difficult, if not impossible to track or trace. You can download it here. 2. TorButton will configure Firefox to use Tor when you click it on, to "Torify" other applications (messengers, ect) see this page. D. Hostname 1. How to change it A. Windows - see this page. B. OSX - Go to System Preferences -> Sharing -> Computer Name, enter a new name and your good to go. C. Linux - see this page. E. Google 1. Use Scroogle!
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
Last edited by DigitalSonata : 11-17-07 at 10:45 PM |
|||||||||
|
|
|
|
|
#6 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
Ending notes
1. You can check if you have everything working correctly at http://torcheck.xenobite.eu/ 2. Even (or explicitly) when using Tor, do not transmit sensitive data (bank login info, ect) over the net unencrypted, as there have been a few reports of people setting up fake Tor nodes and harvesting this info. 3. Don't use Tor to mask P2P activity, the network is already under strain and you will most likely be kicked off whatever node your using pretty quickly anyway. 4. Just because your paranoid doesn't mean they aren't out to get you! 5. Feedback is greatly appreciated!
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
Last edited by DigitalSonata : 11-17-07 at 11:49 PM |
|||||||||
|
|
|
|
|
#8 (permalink) | |||||||||
|
Linux Lobbyist
![]() |
bump? anyone got anything I could put in to improve this?
__________________
Check out my guides on How To: Use the internet anonymously, How To: Build your own router, and Tip: A Sensible Linux Partitioning Scheme I did error10's Windows Challenge and I now live in a mental institution! ![]()
|
|||||||||
|
|
|
|
|
#9 (permalink) | ||||||||||||
|
µaestro
![]() |
http://www.browsar.com automatically purges itself of data when exited. Useful if you want to browse the pron without leaving a history, or if you use a public kiosk machine to do private web-transactions.
__________________
Quote:
|
||||||||||||
|
|
|
|
#10 (permalink) | |||||||||||||
|
PC Gamer
|
You could always piggyback onto your neighbors unsecured network.
__________________
|
|||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|