Настроить vpn kali linux

How to install a VPN on Kali Linux

This package contains the repository configuration and keys that are required to install the Proton VPN app.

2. Install the Proton VPN repository

In the terminal, enter the following text (followed by ).

sudo apt-get install protonvpn-stable-release_1.0.3_all.deb

Replace with the path to where you download the file. For example:

sudo apt-get install ~/Downloads/protonvpn-stable-release_1.0.3_all.deb

Please don’t try to check the GPG signature of this release package (dpkg-sig –verify). Our internal release process is split into several part and the release package is signed with a GPG key, and the repo is signed with another GPG key. So the keys don’t match.

If you want to check the repo package integrity, you can check its checksum with the following command:

echo "c409c819eed60985273e94e575fd5dfd8dd34baef3764fc7356b0f23e25a372c protonvpn-stable-release_1.0.3_all.deb" | sha256sum --check -

3. Update the apt-get package list

The following command updates the list of available packages and their versions. Doing this allows you to install the Proton VPN App. Run:

sudo apt-get install protonvpn

Reboot your Linux PC and log in to the Proton VPN app with your Proton Account details. If you do not already have a Proton Account, you can sign up for a Proton VPN Free plan for Linux .

The Proton VPN Linux app is now ready to secure your internet browsing and allow you to access the free and open internet. However, please note that the system tray icon may not work on Kali Linux . This is because the system tray icon requires dependencies that have been deprecated in Kali.

Notes

1. Uninstall the Proton VPN app

To remove the Proton VPN app from your Kali system, open the terminal and run:

sudo apt-get autoremove protonvpn

Remove any leftover files:

2. Disable the kill switch if you have uninstalled the official app

You should disable the kill switch before uninstalling our official app. Failure to do this will likely prevent you from accessing the internet. Fortunately, this is easily fixed:

a) Open the terminal and use the following command to identify connections belonging to Proton VPN:

nmcli connection show --active

b) You will see a list of active connections. Look for any of them with the prefix pvpn- This usually includes pvpn-killswitch and pvpn-ipv6leak-protection , and may include pvpn-routed-killswitch . Delete all these connections using the following command:

nmcli connection delete [connection name]
nmcli connection delete pvpn-killswitch

c) Run the following command again to ensure that you have deleted all Proton VPN connections:

nmcli connection show --active

If any remain, delete them as described above.

Читайте также:  Linux nfs mount options

3. Required dependencies

You’ll need one of the following Linux keyrings installed on your Kali system for our Linux app to work. But the chances are that one of them is already installed (you don’t want both, though, as this can cause problems).

Also needed (but probably already installed) is:

4. Help Proton iron out bugs with the early release version of this app

Proton is a community-based project that relies on your support. If you want to help us identify bugs before this app is made available to the general public, you can download the following early access version instead of the one we link to in step 1 of this guide.

To check the integrity of the package, use the following command:

echo "caba770e3544a4f33b7d5718dedd8bc1d06cfcd2b2f8c4f33b5a42d15a78e74a protonvpn-beta-release_1.0.3_all.deb" | sha256sum --check -

Setup instructions are otherwise as described above.

Helping us in this way will give you access to the latest features before they are available for general release, but it’s only recommended if you are an experienced Linux user who is relaxed about your threat model.

Secure
your internet

  • Strict no logs policy
  • All apps are open source and audited
  • High-speed connections (up to 10 Gbit)
  • Based in Switzerland
  • 30-day money-back guarantee

Источник

How to Install VPN on Kali Linux Using OpenVPN and VPNBook

Kali Linux, formerly known as BackTrack, is synonymous with security and forensics. It is a Linux distro; based on Debian and built for cyber security experts, penetration testers, and white-hat hackers for digital forensics and penetration testing. Having a VPN on your Kali Linux increases invisibility (private mode) while you keep testing for vulnerabilities. In this article, we’ll show you how to install a VPN using OpenVPN and VPNBook on Kali Linux.

Why do you need a VPN on your Kali Linux?

Despite being built for digital forensics and penetration testing, Kali is just like every other Linux distro or operating system (OS), and as a user, you need to protect your activities while using it. Failure to do so is like using an umbrella with holes,you’ll definitely get soaked when it rains. Installing a VPN helps cloak your IP address, bypass censorship/geographical limitations, and encrypt your network traffic. Or, in this case, you can view it as patching the umbrella. Please note that despite doing all the things stated above, you may still need more than a VPN to protect yourself, depending on the task.

Why open-source VPN?

This article will focus on an open-source VPN, as they provide higher transparency compared to closed-source VPNs. Some closed-sourced VPNs even rely on open-source VPNs to function. The selected VPN for today is OpenVPN because it is compatible with various OSes.

How to Install a VPN on Kali Linux?

  • Next, open your terminal by navigating to your apps menu.
  • Then click the icon or use the command Ctrl + Alt + T.
Sudo apt-get install OpenVPN 

Image description

  • Depending on your setup, you might be asked to input your password.
  • To confirm a correct installation after the download,, type the command Openvpn into the terminal, “”.
Читайте также:  Linux commands what is running

Image description

  • Next, you’ll need to get the required configuration files for your VPN to work properly. Open your browser and go to www.vpnhooks.com.

Image description

Image description

For the purpose of this guide, we will be using US1 Server.

Image description

Configuring OpenVPN

There are two ways to proceed with the configuration from this point. It’s either through the GUI or the Terminal.

Configuring OpenVPN with GUI (Graphical User Interface)

Using the GUI option is typically easier, but the images provided could be slightly different on your version of Kali.

Image description

Image description

  • Input the username and password found on the VPNBook website and click Save.
  • After this, you’re good to go!

Congratulations! You have successfully installed OpenVPN on your Kali Linux using the GUI method.

Configuring OpenVPN from the Terminal

Unlike the GUI method, the terminal stays the same on various Kali versions. Other Linux distros on the other hand would require different commands.

  • For this method, simply right-click on the folder where you have extracted the configuration files

Image description

Sudo vpnbook-us2-tcp443.ovpn 

Image description

Image description

You’ve now successfully installed OpenVPN on your Kali Linux using the terminal.

Image description

Conclusion

We have successfully installed a VPN in our Kali through the GUI process and using the terminal.

If you made it to the end, congratulations.

Источник

🖧 VPN с GUI на Kali Linux

Мануал

В наших предыдущих статьях мы рассказывали о конфиденциальности данных и VPN.

Если мы используем Kali Linux, и нам нужно использовать VPN, то наша простая инструкция поможет в этом деле.

Proton VPN – это основанная в Швейцарии (Швейцария имеет одни из самых строгих в мире законов о конфиденциальности) бесплатная и надежная виртуальная частная сеть, которая обеспечит нам безопасность, конфиденциальность и свободу от цензуры в Интернете, позволяя нам получить доступ к любому сайту или контенту.

В этом подробном руководстве мы узнаем, как установить приложение Proton VPN GUI (Graphical User Interface) на нашу систему Kali Linux.

Ключевые особенности Proton VPN

  • Отсутствие журналов активности
  • Открытый источник
  • Сильное шифрование
  • Швейцарская конфиденциальность
  • Kill Switch и постоянно включенный VPN
  • Tor через VPN
  • Защита от утечек DNS
  • Ускоритель VPN
  • Блокировщик рекламы NetShield

У этого VPN была премиум-функция ($5 USD/месяц) с большим количеством серверов и соединением с более высокой скоростью.

Мы не рекламируем это, поэтому предлагаем выбрать базовый бесплатный тарифный план.

Давайте установим этот могучий VPN на нашу систему.

Установка Proton VPN на Kali Linux

Прежде всего, нам нужно скачать DEB-пакет Proton VPN, который установит репозиторий Proton VPN в нашу систему.

Мы можем нажать здесь, чтобы скачать DEB-пакет Proton VPN.

По умолчанию он будет загружен в наш каталог ~/Downloads.

Итак, нам нужно выполнить следующую команду в окне терминала:

sudo apt-get install ~/Downloads/protonvpn-stable-release_1.0.1-1_all.deb

Это займет некоторое время, затем необходимо обновить систему, выполнив следующую команду:

После завершения обновления нам нужно установить ProtonVPN, выполнив следующую команду:

sudo apt-get install protonvpn

Приведенная выше команда установит ProtonVPN.

Читайте также:  Vlc media player linux rpm

Процесс установки не займет много времени.

После завершения процесса ProtonVPN будет установлен на нашем Kali Linux.

Использование Proton VPN на Kali Linux

После установки Proton VPN мы можем увидеть ProtonVPN в меню приложений.

Теперь нам нужно открыть его, мы увидим клиент ProtonVPN.

Здесь нам нужно нажать на “Create Account”, чтобы создать учетную запись ProtonVPN.

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

Pro Tip:- Мы можем использовать услуги temp-mail для регистрации на Proton VPN, чтобы сохранить нашу конфиденциальность.

После создания учетной записи мы можем войти в клиентское приложение ProtonVPN на нашей системе, затем подключить его и использовать его.

Нам не нужно запоминать команды или конфигурационные файлы, как в других VPN для Kali Linux.

Это довольно просто, как и любое мобильное VPN-приложение.

Пожалуйста, не спамьте и никого не оскорбляйте. Это поле для комментариев, а не спамбокс. Рекламные ссылки не индексируются!

  • Аудит ИБ (49)
  • Вакансии (12)
  • Закрытие уязвимостей (105)
  • Книги (27)
  • Мануал (2 306)
  • Медиа (66)
  • Мероприятия (39)
  • Мошенники (23)
  • Обзоры (820)
  • Обход запретов (34)
  • Опросы (3)
  • Скрипты (114)
  • Статьи (352)
  • Философия (114)
  • Юмор (18)

Anything in here will be replaced on browsers that support the canvas element

OpenVPN Community Edition (CE) – это проект виртуальной частной сети (VPN) с открытым исходным кодом. Он создает защищенные соединения через Интернет с помощью собственного протокола безопасности, использующего протокол SSL/TLS. Этот поддерживаемый сообществом проект OSS (Open Source Software), использующий лицензию GPL, поддерживается многими разработчиками и соавторами OpenVPN Inc. и расширенным сообществом OpenVPN. CE является бесплатным для […]

Что такое 404 Frame? Большинство инструментов для взлома веб-сайта находятся в 404 Frame. Итак, что же представляют собой команды? Вы можете отдавать команды, используя повседневный разговорный язык, поскольку разработчики не хотели выбирать очень сложную систему команд. Команды Команды “help” / “commands” показывают все команды и их назначение. Команда “set target” – это команда, которая должна […]

В этой заметке вы узнаете о блокировке IP-адресов в Nginx. Это позволяет контролировать доступ к серверу. Nginx является одним из лучших веб-сервисов на сегодняшний день. Скорость обработки запросов делает его очень популярным среди системных администраторов. Кроме того, он обладает завидной гибкостью, что позволяет использовать его во многих ситуациях. Наступает момент, когда необходимо ограничить доступ к […]

Знаете ли вы, что выполняется в ваших контейнерах? Проведите аудит своих образов, чтобы исключить пакеты, которые делают вас уязвимыми для эксплуатации Насколько хорошо вы знаете базовые образы контейнеров, в которых работают ваши службы и инструменты? Этот вопрос часто игнорируется, поскольку мы очень доверяем им. Однако для обеспечения безопасности рабочих нагрузок и базовой инфраструктуры необходимо ответить […]

Одной из важнейших задач администратора является обеспечение обновления системы и всех доступных пакетов до последних версий. Даже после добавления нод в кластер Kubernetes нам все равно необходимо управлять обновлениями. В большинстве случаев после получения обновлений (например, обновлений ядра, системного обслуживания или аппаратных изменений) необходимо перезагрузить хост, чтобы изменения были применены. Для Kubernetes это может быть […]

Источник

Оцените статью
Adblock
detector