How to Install Tor Browser on Kali Linux

How to

Download and extract Tor Browser bundle from https://www.torproject.org/download/download-easy.html.en

cd tor-browser_en-US
cd Browser
chown -R root *
Note : the Tor browser cannot be run as root.
To fix this, open start-tor-browser file and search for the line containing the error. It will be an IF statement. Either change the default value from 0 to 1 or comment out the whole statement.

About Tor

The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Along the same line, Tor is an effective censorship circumvention tool, allowing its users to reach otherwise blocked destinations or content. Tor can also be used as a building block for software developers to create new communication tools with built-in privacy features.
Using Tor protects you against a common form of Internet surveillance known as "traffic analysis." Traffic analysis can be used to infer who is talking to whom over a public network. Knowing the source and destination of your Internet traffic allows others to track your behavior and interests. This can impact your checkbook if, for example, an e-commerce site uses price discrimination based on your country or institution of origin. It can even threaten your job and physical safety by revealing who and where you are. For example, if you're travelling abroad and you connect to your employer's computers to check or send mail, you can inadvertently reveal your national origin and professional affiliation to anyone observing the network, even if the connection is encrypted.

Video Tutorial

Comments

Popular Posts