как установить tor browser на kali linux

Браузер Tor в Кали Линукс.

Как установить Tor в Кали Линукс и запустить с root правами.

Всем привет, короткая статья о том, как установить анонимный браузер Tor в Кали Линукс и запустить его с правами пользователя root. Конечно, проблем с установкой Tor в Кали Линукс не очень много, так на момент написания статьи я лично пользуюсь версией 2.0 Кали, а значит и установка браузера решается простой и логичной командой в терминале. Но сначала давайте укажем Кали дополнительный репозиторий, откуда пакеты будут качаться. Откроем файл с их списком командой в терминале:

и добавим строчку (в будущих версиях Кали, возможно, этого делать вообще не придётся — попробйте прямо без редактирования списка репозиториев):

Сохранимся и выйдем. Теперь и команда установки сервиса:

Для загрузки традиционной версии именно браузера Tor с графическим интерфейсом перейдите на сайт производителя и, выбрав русскую версию, загрузите архив.

Я перекинул архив на Рабочий стол и там же его распаковал из терминала (например, вот так — у вас наверняка своя версия):

СПРАВКА

Многие начинающие пользователи Кали наверняка заметили, что запуск Tor из терминала одноимённой командой и запуск браузера TOR как приложения несёт разные результаты. TOR, как пропатченная версия Мозиллы, ведёт себя как и подобает анонимайзеру, выполняя функции приватного и расширенного доступа ко всем сайтам. Однако запуск сервиса Tor из терминала не позволяет почему-то это делать некоторым другим установленным в Кали браузерам. Так почему?

Луковичный браузер и луковичный сетевой сёрфинг — это не одно и тоже. Говоря простым языком, браузер Tor — это оболочка, которая следит за тем, чтобы вы НЕ ПОКИДАЛИ пределов сети, объединённых в Tor. Кто не читал, это одно из условий проекта: СЛЕЖКА за АНОНИМНОСТЬЮ и ПРИВАТНОСТЬЮ (как вам такой каламбур?). Конечно же, примерно тоже самое происходит и в других браузерах, однако не так настырно: отсюда и разница в скоростях. Но вот что точно, так это тот факт, что остальным, «нормальным» браузерам на подходе к серверам на доменах высшего уровня становится наплевать на указываемые службой Tor прокси-перемычки. Ибо у них свои есть. Так что не ждите, что на фоне запущенного сервиса Tor какой-нибудь Chromium выведет вас в тёмный сегмент сети.

TOR в Кали Линукс: запускаем из-под root-а

Переходим к главному — ошибкам запуска Tor. Самая распространённая из них — Tor в Кали Линукс отказывается запускаться в учётной записи администратора из-под root. То же самое происходит и в обновлённой версии при попытке запустить Tor Browser Setup:

как установить tor browser на kali linux

Мешает ему часть скрипта, которая вызывает окно с ошибкой. Удалим её или скроем. Найдите файл с именем start-tor-browser и откройте любимым текстовым редактором. Найдите часть скрипта с таким содержанием:

В ранних версиях Кали нужно было к каждой новой строчке добавить значок # (знак комментирования), чтобы получилось вот так:

как установить tor browser на kali linux

В Кали Rolling прокатывает вариант, если в существующем коде заменить 0 на 1 в строке:

Я пробовал по всякому, получалось. Сохраните проделанные изменения (а то окно с ошибкой на рисунке будет вас постоянно встречать при запуске) и закройте файл. Но это может быть ещё не всё.

Теперь при попытке запуститься Tor возможно будет ссылаться на непредвиденную ошибку. Просто нужно немного разбавить права на запуск скрипта командой в терминале:

где, tor-browser_ru — та самая папка, где браузер находится. Всё, теперь всё работает.
Успехов.

Источник

Ethical hacking and penetration testing

InfoSec, IT, Kali Linux, BlackArch

How to install and run Tor Browser on Kali Linux

Tor Browser – is a web-browser using the Tor network. It has some extra features to enhance your anonymity and privacy.

The Tor network itself is designed to hide your original IP. It is also encrypt Internet traffic sending from/to your computer.

All in all Tor Browser:

New modern way to install Tor Browser in Kali Linux

Tor Browser is a portable program that you just download, unzip and run. To simplify this procedure, you can use the Tor Browser Launcher package, which is available in many distributions.

Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install torbrowser-launcher from your distribution’s package manager and it handles everything else:

Installing Tor Browser Launcher:

как установить tor browser на kali linux

Press “Connect” and wait for your system is connected to the Tor network.

Enter any URL you wish to surf with anonymity:

как установить tor browser на kali linux

To verify your IP just visit suip.biz:

как установить tor browser на kali linux

If you would like to change your current IP, select ‘Onion’ icon and ‘New Tor Circuit for this Site’.

как установить tor browser на kali linux

Old way to install Tor Browser in Kali Linux

Tor Browser is absent in Kali Linux repository. In addition, the Tor Browser default behavior does not let you run the program as root. Indeed, it is not a serious problem. This guide will show you the easy way to install and run Tor Browser in Kali Linux in super user account.

To make Tor Browser working on Kali Linux it is enough to run the script. The sctipt is formed as a single command line, so you can copy-paste it to your terminal windows. For 64-bit systems use:

For 32-bit systems use:

как установить tor browser на kali linux

I will explain what the script does. It downloads the last version of Tor Browser from the official web site (https://www.torproject.org/projects/torbrowser.html.en), unpacks the archive, moves the result to the proper directory, patches the launcher to make Tor Browser working from root and fixes the issue with permissions.

To start Tor Browser you can issue in Terminal:

как установить tor browser на kali linux

Press “Connect” and wait for your system is connected to the Tor network.

Enter any URL you wish to surf with anonymity:

как установить tor browser на kali linux

To verify your IP just visit suip.biz:

как установить tor browser на kali linux

If you would like to change your current IP, select ‘Onion’ icon and ‘New Tor Circuit for this Site’.

как установить tor browser на kali linux

It is not necessary to use command line to start Tor Browser. You can create a shortcut on your desktop. Use a text editor to create new text file:

Copy-paste to there:

Save and close the file.

Double click the new shortcut and select ‘Mark as Trusted’:

Источник

Обзор браузера Tor для Linux Kali

Далеко не все пользователи интернета предпочитают для серфинга обычные браузеры, известные всем. Некоторых заботит их приватность, а некоторым необходима возможность заходить на заблокированные ресурсы, такие как торрент-трекеры. Одним из популярных решений, которое объединяет в себе все эти задачи, является Tor Browser. Помимо опций, позволяющих оставаться в сети анонимно, браузер также поддерживает и множество других плагинов, которые есть и у остальных браузеров, благодаря чему его легко можно использовать для повседневного серфинга.

Можно ли установить Tor на Linux

Одним из преимуществ Tor Browser является то, что его можно установить на большинство настольных операционных систем. В данный список входит и Linux. Правда, данный процесс будет сильно отличаться от Windows и даже Mac, так как далеко не все в Linux можно установить через файловый менеджер.

Особенности версии

По своему функционалу программа ничем не будет отличаться от того, что можно наблюдать в других операционных системах, за исключением процесса установки. Здесь также есть возможность оставаться анонимным в сети, получать доступ к заблокированным провайдером ресурсам и запускать программу в портативном режиме, что предпочитают делать многие. Многих приложение привлекает еще и полностью бесплатным распространением, чего не получится найти у большей части аналогов.

Системные требования

Приложение может работать даже на самых слабых компьютерах, так как не имеет большого количества встроенных плагинов, как, например, в Google Chrome. Все, что требуется для установки и нормальной работы браузера – наличие доступа в интернет. Также необходимо наличие мышки, так как программа не имеет большое количество встроенных комбинаций клавиш для запуска быстрых команд.

Как скачать программу

Скачать браузер можно двумя способами: через терминал или через официальный сайт. Для первого варианта необходимо:

Чтобы скачать Tor с официального ресурса самостоятельно проделываем следующие шаги:

Установка браузера на Kali Linux

Процесс установки Tor зависит от того, каким способом программа скачивалась. Если же она скачивалась при помощи терминала, то пользователю остается только выполнить настройку для запуска. Если же через сайт вручную, то для установки нужно проделать еще несколько действий:

Далее необходимо произвести первоначальные настройки браузера для его корректной работы. Для этого проделываем следующее:

После этих нехитрых действий программой можно спокойной пользоваться в обычном режиме.

как установить tor browser на kali linux

QA инженер, руководитель отдела автоматизированного тестирования программного обеспечения. Владение Java, C/C++, JSP, HTML, XML, JavaScript, SQL и Oracle PL/SQL. Журналист и обозреватель сферы IT. Создатель и администратор сайта.

Источник

How To Install Tor in Kali Linux?

Tor, The onion router, or you can call it one of the safest browsers available on the internet. When you surf the internet most of the other browsers may steal your credentials through cookies,location, etc. Tor is the only browser available on the internet that provides complete control when your browse any of website. You can also read our complete guide about “how does tor works

Today we are going to share with you the way that you can use to install the Tor browser in the Kali Linux. Below are the steps which you can follow to install the onion router into your Kali Linux machine.

1. First, open your browser and open the Tor official website.

как установить tor browser на kali linux

2. Now you can download the Tor Linux Bundle here. And save it into your hard drive. We are saving this file on the desktop.

как установить tor browser на kali linux

3. Open the kali Linux terminal and select the directory where you have placed Tor downloaded bundle. We can use the “CD” command to select the directory. We have placed the downloaded file on the desktop. So we have selected a desktop.

как установить tor browser на kali linux

как установить tor browser на kali linux

5. Once all file extracts you will automatically see the tor extracted folder on your desktop.

как установить tor browser на kali linux

6. Sometimes it gives error when you open up the browser in the folder. It asks “Tor browser should be run as root”.

как установить tor browser на kali linux

7. Now we need to bypass the error. You can select that file and open up with another application called leaf pad which is Linux Notepad.

как установить tor browser на kali linux

8. Now you can find some code on this page.

как установить tor browser на kali linux

9. Go to search and Type “root” and change the 0 value to 1 and then save it.

как установить tor browser на kali linux

10. Now you can open the browser the same which you had open previously. It will work. If it gives you an error like this you need to do some changes

как установить tor browser на kali linux

11. Make sure you are in the directory where tor file placed then type “ls” and then type following command “chown –R root * “ and press enter.

как установить tor browser на kali linux

When this command will execute Tor will working.

Conclusion: Kali linux installation is total terminal based. Make sure you can use exact command. For a more interesting article about the kali Linux, Be with us regularly.

Источник

Installing Tor in Kali Linux

Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. как установить tor browser на kali linux

This guide guides your through installing tor in Kali Linux.

Why anonymity matters?

Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.

Installing Tor in Kali Linux:

Step 1: Getting tor service ready

There are 3 ways of installing Tor service in Kali Linux. You can install Tor by following any of these options:

Option #1: Install Tor from Kali Repository

Tor is available in Kali repository, to install it directly from the repository open your Terminal and type this:

If no error occurs, follow the second step.

Option #2: Install Tor from Debian Wheezy Repository

If you can’t install Tor using the first method then you may try this option. In this way we are going to add the official Tor repository according to our Debian distribution. Not to be confused, Kali is actually based on Debian and it uses the package management from “Wheezy”. So we are going to use “Wheezy” as our distribution.
Now open your terminal and follow these steps:

Step #1: Add repo to sources.list file

Lets add the distribution in the list by opening the sources.list file

Now add the following line at the bottom of the file,

Step #2: Add GPG Keys

Now we need to add the gpg key used to sign the packages by running the following commands:

Step #3: Update package lists

Lets refresh our sources:

Step #4: Install singing keys

Now, before installing the Tor we must add the signing key,

Step #5: Install Tor from Debian repository

Now Tor should be installed!
If no error occurs, follow the second step.

Option #3: Install Tor from development branch

If you are an advanced user and you want to install Tor using the development branch then this method is for you.

Step #1: Add Tor project repository to sources.list

You need to add a different set of lines to your /etc/apt/sources.list file:

Step #2: Add GPG keys, keyring and install Tor

Then run the following commands at your command prompt:

Now Tor should be installed!
If no error occurs, follow the second step.
Note: This release will provide you more features but it contains bugs too.

Option #4: Build and Install Tor from sources

If you want to build your own debs from source you must first add an appropriate deb-src line to sources.list.

You also need to install the necessary packages to build your own debs and the packages needed to build Tor:

Then you can build Tor in

Now you can install the new package:

Step #2: Downloading and Running Tor bundle

Download the Tor Bundle from here,
https://www.torproject.org/projects/torbrowser.html.en
Download the architecture-appropriate file above, save it somewhere, then run one of the following two commands to extract the package archive:

or (for the 64-bit version):

(where LANG is the language listed in the filename).
Once that’s done, switch to the Tor browser directory by running:

(where LANG is the language listed in the filename).
To run the Tor Browser Bundle, execute the start-tor-browser script:

Note: Do not unpack or run TBB as root. (though in Kali Linux, it doesn’t make any differences)

Conclusion

How secured is TOR? It’s only as secured as the upstream nodes are! VPN is always better solution and to be honest, VPN is faster than TOR. In case you’ve already tried TOR and it didn’t hold up to your requirements, you should try to setup VPN to bypass security or restrictions. torsocks is another alternative to using TOR and it’s somewhat faster as there’s less users on that at anytime.

Thanks for reading. Please share with friends.

Check Also

как установить tor browser на kali linux

Install, setup, configure and run OpenVAS on Kali Linux

Vulnerability scanning is a crucial phase of a penetration test and having an updated vulnerability …

как установить tor browser на kali linux

How to install VirtualBox Guest Additions in Kali Linux (Kali Rolling / Kali Linux 2016.2 / Kali 2017)

Since Kali Linux 2016 came out (also known as Kali Rolling), it seems that Official …

48 comments

you say don’t run or unpack as root. But on kali linux you are always root. What do you recomend? Create a non-root user or forget about this «don’t run as root» bizo?

you are not root all the time… create a new user and protect your ass…

Hi Roger,
I didn’t wrote that article. I guess that’s what’s recommended by TOR Project because of security risk where TOR might open up a port. In Kali, it doesn’t really matter. I’ll leave that line cause TOR can be used by Ubuntu/Debian non-root users as well and this serves up as a reminder not to run things you don’t know as root.
Personally I install tor(apt-get install tor), run tor service (service tor start) and use proxychains (proxychains iceweasel) to browse if I have to. Lastly I tail my log /var/log/tor/log to see the activities and keep a copy of that log separately stored.
Good catch though. Thanks.

For those who gets “The Tor Browser Bundle should not be run as root. Exiting”
it’s because you’re running it as root
You have 2 options
– Make another user
– Remove these lines of code:

– Comment those lines

Now you can start as root

WHY IS THIS HAPPENING? PLEASE HELP ME!

Launching Tor Browser Bundle for Linux in /home/tor-browser_en-US
No protocol specified
Error: cannot open display: :0.0
Tor Browser exited abnormally. Exit code: 1

Hi Sarthak,
Run as ROOT and see how that works (or as sudo user). Good Luck.
-BMO

Did you get thsi resolved? I’m having the same problem.

Hello. I know this is a bit old, but was wondering if blackops might be able to assist me.

I’ve run through your tut and got everything fine up until launching tor where im getting this message:

May 11 02:07:41.814 [notice] Opening Control listener on 127.0.0.1:9151
May 11 02:07:41.814 [warn] Could not bind to 127.0.0.1:9151: Cannot assign requested address
May 11 02:07:41.814 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
May 11 02:07:41.814 [err] Reading config failed–see warnings above.

Tor Browser exited cleanly.

I’ve taken a look at some of the config files but don’t really know what im doing. I’m running kali on virtualbox and already have tor installed on my host. Not sure if that makes if a difference. If its too much of a bother, no worries, but any advice is appreciated. Thanks.

Hi 5p412120w,
I think you’ve installed Vidalia and trying to use TOR via that. In that case change port to 9051.
For Vidalia try this:

Settings > Advanced > Tor Control and checked Use TCP Connection (ControlPort) with the address 127.0.0.1:9051

Another way is to kill tor as TOR daemon was already running which Vidalia didnt like.

Followed by the following command:

Does this require firefox? Iceweasel is the default in kali.

No it doesn’t require FireFox. You can use ProxyChain to pipe Tor to IceWeasel.

should do it. The benefit of using ProxyChains is that you can use almost any application via that … i.e.

Hi BMO,
i could install the TOR for kali linux and the proxychain icweasel.
i want to recd the target annonymously. how an i be sure that i am behind tor network or proxychain is working. Please tell method to check nad confirm that
thanks in anticipation
Happy Hunting

http://www.whatismyip.com shows your IP.
What you’re asking is probably how you can be completely anonymous. There’s no such thing as that! You can however change DNS and MAC (check tor manuals for more) to be somewhat anonymous. Note that tracking is not done based on IP anymore (well, the very basic form of it). Advanced tracking is done using cookies, browsing patterns, common search strings and many more. Also, no matter what you do, you are possibly jumping from one AS area to the next which can be tracked back as most of the backends lives in first world and you know who controls those.

Don’t do this. If you run Firefox via proxychains DNS queries won’t go over ToR and you’ll burn yourself. Use the ToR bundled browser.

how to install vidalia

apt-get install vidalia should do the trick…

When I input the following command:

apt-get install deb.torproject.org-keyring

I get the following output:

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package deb.torproject.org-keyring.gpg
E: Couldn’t find any package by regex ‘deb.torproject.org-keyring.gpg’

I’ve been searching online, but I can’t find a good answer
I’m running Kali v1.0.8 in VirtualBox v4.3.20

I just finished trying this, but unfortunately I ended up with the same result in the end

Trying to update the repo. On the Tor site, it says to:

Add this line to your /etc/apt/sources.list file:

Above you call it wheezy. is that still the proper DISTRIBUTION as of January- 2015?

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *