how to install apktool 2.6.1 in Termux | In one code
Termux
Termux is an Android terminal emulator which is based on linux environment.
You can perform many attacks ( ex – openport attack , ddos , mitmf , sql injection , etc )
Termux support both rooted and unrooted devices
You can termux as a root to perform extra attacks which requires root access .
Apktool
It is a tool for reverse engineering , decoding , recompiling , binding etc . It allow you to compile apk in termux and you can also bind android apk with payloads using this.
Uses
Decompiling
apktool d <apk file name>
It will create a new folder with the same name as apk and place all data in it.
Compiling
apktool b <app folder path>
Installation
export apktool_version=2.6.1
sudo -E sh -c ‘wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$apktool_version.jar -O /usr/local/bin/apktool.jar’
sudo chmod +r /usr/local/bin/apktool.jar
sudo sh -c ‘wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool -O /usr/local/bin/apktool’
sudo chmod +x /usr/local/bin/apktool
I am Raj Aryan From ” H4Ck3R ” Channel .
IN OUR CHANNEL WE PROVIDE LATEST CONTENT RELATED TO IT , CYBER SECURITY , HACKING ETC , SO YOU CAN LEARN FROM IT , WE ALSO PROVIDE PDFS , WEBSITES . IF YOU ARE A BEGINNER , YOU CAN SUBSCRIBE MY YOUTUBE CHANNEL FOR MORE TUTORIALS .