Malware Analysis and Reverse Engineering
Objective: Setting up TOR Network |
Outcome: The students will setup TOR network to perform anonymous browsing. |
Problem Statement: Anonymous browsing using TOR Network |
Background Study: A widely known and accepted solution for staying anonymous on the Internet is Tor (The Onion Router or the onion routing network). TOR is a network of computers around the world that forward requests in an encrypted manner from the start of the request until it reaches the last machine in the network, which is known as an exit node. At this point, the request is decrypted and passed to the destination server. Exit nodes are specifically used as the last hop for traffic |
Apt-get update command apt-get install tor tor browser-launcher ,type this command to download and launch the tor After downloading it will sho an error of root ,as bundle is not downloaded as root so to by pass it We will go to the the directory where it is installed,here I have brought the file to the desktop so here I will open the start-tor browser file in mousepad and change the number 0 with 1 in if condition,this will by pass the error and will run the tor
After doing the above process again run the file,now connect it and it will run the tor-browser |
Comments
Post a Comment