tejash1991

How to install tor and polipo in Backtrack 5 R3

Jan 15th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. start. Open the Terminal.
  2. step 1. #cd /etc/apt
  3. #ls
  4.  
  5. step 2. #vi sources.list
  6. step 3. Press 'i' on your keyboard.
  7. step 4. Add this line at the bottom: deb http://deb.torproject.org/torproject.org lucid main
  8. step 5. Press ESC, type a colon, type wq and hit enter.
  9. step 6. Run this command: gpg --keyserver keys.gnupg.net --recv 886DDD89
  10. step 7. Run this command: gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
  11. step 8. apt-get update
  12. step 9. apt-get install tor tor-geoipdb
  13. step 10. Download Tor Browser Bundle for Ubuntu (To your desktop). https://www.torproject.org/projects/torbrowser.html.en
  14. step 11. cd Desktop
  15. step 12. Download the architecture-appropriate file above, save it somewhere, then run one of the following two commands to extract the package archive:
  16.  
  17.  
  18. tar -xvzf tor-browser-gnu-linux-i686-2.2.35-9-dev-LANG.tar.gz
  19. or
  20. tor-browser-gnu-linux-x86_64-2.2.35-9-dev-LANG.tar.gz
  21.  
  22. step 13. chown -R root:root ./tor-browser_en-US
  23. step 14. Open the folder 'Tor-Browser_en-US"
  24. step 15. Open the file 'start-tor-browser in gedit.
  25. step 16. Find the line:
  26. "if [ "`id -u`" -eq 0 ]; then
  27. complain "The Tor Browser Bundle should not be run as root. Exiting."
  28. exit 1
  29.  
  30. 17. Change to:
  31.  
  32. if [ "`id -u`" -eq 1 ]; then
  33. complain "The Tor Browser Bundle should not be run as root. Exiting."
  34. exit 1
  35.  
  36. 18. apt-get install polipo
  37. 19. cd /etc/polipo
  38. 20. mv config conf-backup.txt
  39. 21. Now Go here, copy all text:
  40. 22. vi config
  41. 23. Press 'i' on your keyboard.
  42. 24. Paste the text you just copied.
  43. 25. Press ESC, type a colon, type wq and hit enter.
  44. 26. service polipo start
  45. 27. service tor start
  46. 28. Start tor browser bundle (From the file on your desktop).
  47. To run the Tor Browser Bundle, execute the start-tor-browser script:
  48. # ./start-tor-browser
Advertisement
Add Comment
Please, Sign In to add comment