How to install Telegram on Kali Linux
Telegram messenger, a popular cloud-based alternative to WhatsApp is a cross-platform application that we can install on Kali Linux as well as other operating systems to Chat and access groups & Channels.
Kali Linux which is mainly used by security experts and other users who are learning hacking and penetration testing can also benefit from the Telegram Linux Desktop app; which also claims to be one of the safest ways to chat because of strong message encryption.
On the Page hide
Telegram Desktop app installation on Kali Linux
There are two ways to install it on Kali Linux, one is using the SNAP packages (the quickest one) and the other is by manually downloading its Tar.xz file. Here we will show both.
Using SNAP packages
Those who don’t want much hassle can simply use the SNAP command for installing Telegram. Here are the steps to follow:
Install SNAPD on Kali Linux
sudo apt install snapd
Start the Snap daemon service
sudo systemctl start snapd.service
Enable service to get started automatically with boot
sudo systemctl enable snapd.service
Also, Enable AppArmor
sudo systemctl start snapd.apparmor
sudo systemctl enable snapd.apparmor
Install Telegram on Kali using the SNAP command
sudo snap install telegram-desktop
Run it
snap run telegram-desktop
You will have Telegram on your system…
Those who don’t want to use the Command Terminal every time to start this messaging app can create a Desktop shortcut.
On terminal type:
cd Downloads
wget https://www.how2shout.com/linux/wp-content/uploads/2020/11/icon.png
Right, Click on the Kali Desktop and select the Create Launcher option.
In the Command section type- snap run telegram-desktop
Next, click on the No Icon and then the Application icons drop-down box. Select image files. The file explorer gets opened to choose, go to Downloads, and select the telegram icon.
Update the Application
In the future, if you want to update the application using snap, then the command is:
sudo snap refresh telegram-desktop
Uninstall via Snap Telegram on Kali
sudo snap remove telegram-desktop
2nd Method using Tar.xz file of Telegram
Download the compressed file of this messenger app. For that simply open the Terminal and run any of the following commands as per your system’s OS version.
Note: Most of the latest versions of Kali are 64-bit, thus this one is recommended.
Extract file
tar -xvf linux
Move the extracted folder of Telegram to /opt directory so that you wouldn’t delete it accidentally.
sudo mv Telegram/ /opt
Run the Telegram app on Kali Linux
/opt/Telegram/./Telegram
After running initially, it will create a shortcut icon to Telegram Desktop in the All Applications area. In the future, the user can simply go there and search for it to use.
To update
When we extract the package of this messenger, then we also get another file called Updater which is a script to download the latest updates.
/opt/Telegram/./Updater
Uninstall Telegram manually install the package from Kali Linux
To remove this one, we have to simply delete the folder we have placed in the /opt directory. For that, the command will be:
sudo rm -r /opt/Telegram
After removing the folder, log out and log in again to remove the shortcut icon as well.
Как установить Telegram в Linux
Есть много разных способов установить Telegram в Linux. В этой статье мы рассмотрим все различные способы запуска этой программы в вашей системе. Мы рассмотрим инструкции для Ubuntu, Fedora, Debian и Arch Linux. Мы также рассмотрим, как заставить работать пакет Telegram Snap и программу Flatpak.
ПРИМЕЧАНИЕ
Если у вас возникли проблемы с установкой Telegram в Linux, попробуйте в качестве альтернативы попробовать веб-приложение https://web.telegram.org.
Ubuntu
Приложение чата Telegram не имеет официального релиза, так как разработчики предпочитают просто создать общий загружаемый бинарный файл. Кроме того, Ubuntu официально не упаковывает его никоим образом. Поскольку это не относится к основным источникам программного обеспечения, пользователям, которые хотят установить Telegram, как и любую другую программу в Ubuntu, сначала нужно будет добавить PPA в систему. Если вам нужны интересные каналы по определенным категориям, то в этом каталоге каналов Telegram можно найти интересные для себя каналы.
Чтобы добавить PPA, откройте окно терминала и введите команду ниже.
sudo add-apt-repository ppa:atareao/telegram
Команда «add-apt-repository» добавляет программный источник Telegram в Ubuntu. Отсюда вам нужно обновить Ubuntu, чтобы он мог видеть Telegram PPA.
sudo apt update
После завершения «обновления» в терминале используйте команду apt для установки последней версии пакета Telegram в вашу систему.
sudo apt install telegram
Хотите удалить Telegram из Ubuntu? Попробуйте эту команду:
sudo apt remove telegram
Debian
К сожалению, получить собственный, устанавливаемый пакет Deb на Debian немного сложнее, чем на Ubuntu, потому что Debian не поддерживает PPA для Ubuntu. Те, кто использует Debian Sid, должны иметь возможность запустить простую команду, чтобы она заработала. Однако более новые версии операционной системы Debian (включая Stable) не так удачливы.
Telegram для Debian Sid
sudo apt-get install telegram-desktop
Удалить из Sid с помощью:
sudo apt-get remove telegram-desktop
Telegram для других версий Debian
Загрузка последней версии бинарного файла Sid Telegram не будет работать, потому что более новые версии операционной системы не имеют правильных зависимостей. В результате он откажется от установки. Если вы пользуетесь более новой версией Debian, считайте ее безнадежной и установите Telegram с помощью пакета Snap, Flatpak или двоичного файла Generic.
Arch Linux
Telegram отсутствует в официальных источниках программного обеспечения Arch, но это не имеет значения, поскольку в AUR имеется несколько версий официального клиента Telegram. В частности, пакет telegram-desktop-bin и пакет telegram-desktop-git.
Эти пакеты не совпадают. Те, кто хочет установить пакет telegram-desktop-git , должны скомпилировать весь исходный код вручную. Сборка занимает очень много времени, но может быть полезна, если вы хотите оптимизировать программу
И наоборот, telegram-desktop-bin берет свободно доступную предварительно скомпилированную версию Telegram с веб-сайта и быстро генерирует устанавливаемый пакет Arch. В этой статье мы сосредоточимся на пакете Telegram Bin.
Для установки сначала используйте инструмент пакета Pacman для установки пакета git, так как он необходим для взаимодействия с AUR.
sudo pacman -S git
Затем используйте инструмент Git, чтобы получить последние файлы Telegram PKGBUILD для вашего ПК.
git clone https://aur.archlinux.org/telegram-desktop-bin.git
С помощью cd переместите терминал в новую папку Telegram Bin.
cd telegram-desktop-bin
Запустите makepkg. Эта команда указывает Arch сгенерировать собственный пакет, а также установить все необходимые зависимости. Помните, что использование -si может не установить все зависимости. Если это произойдет, обратитесь к странице AUR telegram-desktop-bin.
Удалите Telegram из Arch с помощью следующей команды:
sudo pacman -R telegram-desktop-bin
Fedora
Чтобы Telegram работал на Fedora, сначала вам нужно включить репозитории программного обеспечения RPM Fusion. Откройте терминал и введите следующие команды. Замените X на номер версии Fedora, которую вы сейчас используете.
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-X.noarch.rpm -y
Затем используйте инструмент пакета DNF для установки Telegram.
sudo dnf install telegram-desktop
Удалите приложение Telegram из Fedora с помощью этой команды DNF:
sudo dnf remove telegram-desktop
Инструкции по пакету snap
Используете операционную систему Linux, у которой нет собственного пакета Telegram? Не беспокойтесь, если ваша операционная система поддерживает формат пакета Snap, вы в любом случае сможете установить клиент чата. Откройте терминал и введите следующую команду привязки, чтобы получить последнюю версию Telegram!
sudo snap install telegram-desktop
Удалите Telegram Snap, используя эту команду в терминале:
sudo snap remove telegram-desktop
Инструкции Flatpak
Еще один отличный способ получить Telegram на рабочем столе Linux — это Flatpak. Все, что вам нужно сделать, это запустить команду в терминале, и программа будет готова к использованию.
ПРИМЕЧАНИЕ
При установке Telegram Flatpak обязательно скажите «да», когда он просит добавить репозиторий Flathub.
sudo flatpak install - из https://flathub.org/repo/appstream/org.telegram.desktop.flatpakref
Нужно удалить Telegram Flatpak? Следуйте этим инструкциям:
sudo flatpak uninstall org.telegram.desktop
двоичный
Если ваш ПК с Linux не поддерживает Snaps или Flatpaks, Telegram имеет загружаемый самообновляющийся двоичный файл для загрузки. Чтобы получить его, зайдите на официальный сайт и нажмите “Telegram for PC/Mac/Linux.” Загрузите последний пакет tar.xz. Отсюда откройте файловый менеджер и щелкните правой кнопкой мыши по архиву. Он должен иметь «tsetup» в имени файла.
Перетащите папку «Telegram» в каталог /home/username/. Затем откройте папку и дважды щелкните на программе «Telegram». Она должна мгновенно открыться и быть готовой к использованию.
Если вы нашли ошибку, пожалуйста, выделите фрагмент текста и нажмите Ctrl+Enter.
Thread: How to install Steam on Kali 🙂
Member
Join Date 2013-Mar Location In AnonWorld Posts 38
How to install Steam on Kali 🙂
Hi,
Here i found a methode how to install steam on your kali linux its abit rare but some people want steam in their kali ^^so here are the instructions:
1.download the steam from mediafire
DOWNLOAD LINK : http://www.mediafire.com/download/di. 0.43-1_all.deb
2.copy and paste this code
#!/bin/bash #inspired by kochd’s script # installs equivs which is used to generate fake packages sudo apt-get install equivs # creates a file called ‘tmp’ > tmp # appends package info to tmp echo “ Package: jockey-common Priority: optional Section: admin Installed-Size: 728 Maintainer: Martin Pitt [email protected]> Architecture: all Source: jockey Version: 0.9.7-0ubuntu7 Depends: bash, Description: user interface and desktop integration for driver management Jockey provides a user interface for configuring third-party drivers, such as the Nvidia and ATI fglrx X.org and various Wireless LAN kernel modules. . This package contains the common data shared between the frontends. Python-Version: 2.7 ” >> tmp # builds fake package equivs-build tmp # installs fake package sudo dpkg -i jockey-common_0.9.7-0ubuntu7_all.deb rm tmp jockey-common_0.9.7-0ubuntu7_all.deb
to leafpad or gedit and save it as whateveryouwant.sh and after that make it executable
3.in terminal type :
sudo dpkg —add-architecture i386
apt-get update
copy the download steam-debian_1.0.0.43-1_all.deb to desktop and run :
sudo dpkg -i steam-debian_1.0.0.43-1_all.deb
4.running as root
Browse to /usr/bin/
find «steam»
edit steam with your favorite text editor and search for
# Don’t allow running as root if [ "$(id -u)" == "0" ]; then show_message –error $”Cannot run as root user” exit 1 fi
and replace the 0 with a 1 like this
# Don’t allow running as root if [ "$(id -u)" == "1" ]; then show_message –error $”Cannot run as root user” exit 1 fi
5.Done now run steam from your Desktop and enjoy
Last edited by Gr4nD T3R0R; 2014-02-01 at 12:49 .
Junior Member
Join Date 2014-Feb Posts 1
At first, thanks for the great tutorial
![]()
I’m real sorry for the nooby question, but i got an 64bit version of kali, so do i have to write «sudo dpkg —add-architecture amd64» instead of i386 or is it because steam is «i386» i hope you understand me
Originally Posted by Gr4nD T3R0R
3.in terminal type :
sudo dpkg —add-architecture i386
apt-get update
copy the download steam-debian_1.0.0.43-1_all.deb to desktop and run :
sudo dpkg -i steam-debian_1.0.0.43-1_all.deb
Junior Member
Join Date 2013-Dec Location turkey Posts 5
hope that helps buddy
Member
Join Date 2013-Mar Location localhost Posts 41
Nice post bro keep up
r00tv.org
moosy.org
telegram @bondbenz
Junior Member
Join Date 2014-Feb Posts 1
root@kali:~# sudo dpkg -i steam-debian_1.0.0.43-1_all.deb
dpkg: ошибка при обработке параметра steam-debian_1.0.0.43-1_all.deb (—install):
нет доступа к архиву: Нет такого файла или каталога
При обработке следующих пакетов произошли ошибки:
steam-debian_1.0.0.43-1_all.deb
root@kali:~# cd Desktop
root@kali:~/Desktop# sudo dpkg -i steam-debian_1.0.0.43-1_all.deb
(Чтение базы данных … на данный момент установлено 303911 файлов и каталогов.)
Подготовка к замене пакета steam-debian 1.0.0.43-1 (используется файл steam-debian_1.0.0.43-1_all.deb) …
Распаковывается замена для пакета steam-debian …
dpkg: зависимости пакетов не позволяют настроить пакет steam-debian:
steam-debian зависит от realpath, однако:
Пакет realpath не установлен.
steam-debian зависит от libgl1-mesa-dri:i386, однако:
steam-debian зависит от libgl1-mesa-glx:i386, однако:
dpkg: ошибка при обработке параметра steam-debian (—install):
проблемы зависимостей — оставляем не настроенным
Обрабатываются триггеры для man-db …
Обрабатываются триггеры для desktop-file-utils …
Обрабатываются триггеры для gnome-menus …
Обрабатываются триггеры для hicolor-icon-theme …
При обработке следующих пакетов произошли ошибки:
steam-debian
help me,does not work
Junior Member
Join Date 2014-Feb Posts 1
Having some problems on step 3:
root@Dylan:/home/dylan# sudo dpkg -i steam-debian_1.0.0.43-1_all.deb
dpkg: error processing steam-debian_1.0.0.43-1_all.deb (—install):
cannot access archive: No such file or directory
Errors were encountered while processing:
steam-debian_1.0.0.43-1_all.deb
I’m new to Kali thanks for helping.
Junior Member
Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
The best open source bomber
License
crut0i/Beast_Bomber
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch branches/tags
Branches Tags
Could not load branches
Nothing to show
Could not load tags
Nothing to show
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Cancel Create
- Local
- Codespaces
HTTPS GitHub CLI
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
4a8d9c4 Nov 6, 2023
Git stats
Files
Failed to load latest commit information.
Latest commit message
Commit time
October 30, 2023 06:13
October 30, 2023 05:13
October 30, 2023 06:33
November 6, 2023 02:04
October 30, 2023 06:06
October 30, 2023 05:13
README.md
Use this script for educational purposes only and do not abuse it. Only YOU are responsible for its use
- SMS attack
- Email attack
- Discord attack
- Telegram attack
- DDoS attack
- Multilanguage
-
To run the beast bomber you need to download Python: https://www.python.org
git clone https://github.com/crut0i/Beast_Bomber
- If you don’t have git, you need to install it: https://git-scm.com/downloads
- If you install Beast Bomber manually, without git, be sure to delete the .gitkeep file in the input\telegram_accounts folder
- To get started, you need to install the necessary Python libraries. Go to the Beast_Bomber folder and enter this command in cmd or terminal:
pip install -r requirements.txt
python beast.py
- For a DDoS attack to work correctly, you need to enter proxies into the input\proxies.txt file or automatically parse them using the built-in function
- Proxies format: ip:port or user:pass@ip:port
Beast Bomber supports ONLY Russian and Kazakh phone numbers.
To send messages in Discord, you need to specify the ID of the target, it can be found in the url of the discord dialog in your browser.
Test results from https://dstat.cc
Threads Attack time 40 60 seconds Beast Bomber supports the following email services (from which spam will be sent): mail.ru, yahoo, rambler
How the script sends messages:
Beast Bomber logs into the accounts that you put in your input\telegram_accounts folder and sends the message you write from them.
You can buy tdata telegram accounts here: click (not advertising)
Problems and their solutions
If you see something like this:
This means that you don’t have the library that is specified in the error, in this case: «_ctypes». You need to enter in the terminal or cmd:
pip install _ctypes
If you install Beast Bomber on the termux:
You may have a problem installing the opentele library, to fix it enter the following command:
pkg install pyqt5 python-pyqtwebengine
then reinstall the opentele library.
Donate for coffee
❤️ Thank you all for your contributions to the project
Используйте данный скрипт только в образовательных целях и не злоупотребляйте этим. Вся ответственность за его использование ложится НА ВАС
- SMS атака
- Email атака
- Discord атака
- Telegram атака
- DDoS атака
- Поддержка двух языков
-
Для работы beast bomber вам нужно установить Python: https://www.python.org
git clone https://github.com/crut0i/Beast_Bomber
- Если у вас нет git, вам нужно установить его: https://git-scm.com/downloads
- Если будете устанавливать Beast Bomber вручную, без git, то обязательно удаляйте файл .gitkeep в папке input\telegram_accounts
- Чтобы начать работу, вам нужно установить необходимые библиотеки Python. Зайдите в папку Beast_Bomber и введите в cmd или terminal эту команду:
pip install -r requirements.txt
python beast.py
- Для корректной работы DDoS атаки необходимо поместить прокси в файл input\proxies.txt или автоматически спарсить их с помощью встроенной функции
- Формат прокси: ip:port или user:pass@ip:port
Beast Bomber поддерживает ТОЛЬКО русские и казахские номера телефонов.
Чтобы отправлять сообщения в Discord, вам нужно указать ID цели, его можно найти в url диалога discord в вашем браузере.
Результаты теста с https://dstat.cc
Потоки Время атаки 40 60 секунд Beast Bomber поддерживает следующие почтовые сервисы: mail.ru, yahoo, rambler
Как скрипт отправляет сообщения:
Beast Bomber входит в аккаунты, которые Вы поместили в папку input\telegram_accounts и отправляет от них сообщение, которое Вы указали.
Купить telegram аккаунты в формате tdata можно тут: тык (не реклама)
Проблемы и их решения
Если у вас похожая ошибка:
Это означает, что у вас отсутствует нужная библиотека pip, в этом случае: «_ctypes». Откройте терминал, cmd или что там у вас и пишите:
pip install _ctypes
Если вы устанавливаете Beast Bomber на termux:
У вас может возникнуть пробоема с установкой библиотеки opentele, чтобы исправить её, введите следующую команду:
pkg install pyqt5 python-pyqtwebengine
затем повторите установку opentele.
❤️ Спасибо всем за ваши вклады в проект