[Termux Tutorial and Unofficial Black Termux]
Hello Friends, I hope all are well during Covid 19 and you are safe. After long time, I am again on blogger 😅, due to my studies I have stopped blogging 😔, but now I am back with new topics and tricks 😊. So, let's continue....
So, this post is for those peoples who are going to learn ethical hacking, and don't have laptop in which Kali Linux os is installed for learning hackings. Because as we know for hackings Kali Linux os is powerful and come with preinstalled hacking tools and packages.
So, in this post I am going to provide a great tool for Android phones, by which you can installed almost all packages which are already preinstalled in Kali Linux. Obviously it will not installed Kali Linux but yes you can install almost all tools which is used for hackings.
For example: you can do phishing, payloads creator, sms bombing, payload bind with apk and many more.
So, first I will give you the link to install Termux or you can download it from play store.
Termux download from here
Here I will give you some basics command for termux.
So after installing you have to update and upgrade your preinstalled packages by entering command:
pkg update -y && pkg upgrade -y
After updating termux, install some useful packages, like php, git wget etc, so follow the commands below:
-> cd
-> pkg install git
-> pkg install php
-> pkg install wget
-> pkg install curl
-> pkg install python
-> pkg install python2
Entering each command after cd command , may be it will asked for storage, just type 'y' and hit enter, and process will start. Complete the process and jump on next command. If you face any problem, just ask in comments.
Now modify your termux in Black Termux as it have more features. So for this enter the commands:
cd
wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh
sh install.sh
This is the screen of Termux
This is the termux black which have navigation buttons, here you can install packages directly for more, refer to GitHub.
Now, your termux app is completely setup and ready for the hacks. In the next post I will teach you how to do phishing in a very easy manner to hacks someone social media accounts. So till then, stay safe and happy learning 😊.
Comments
Post a Comment