Termux useful Commands and Tools
Termux is one of the best Android Hacking App used by many Hackers around the Globe. To actually gain more control of your victims phone use Termux.Today i am Going to share Termux useful tools and commands .to beautify your Termux and Add more Control to Termux
- Log in Termux
Log in into ur Termux by using bellow commands.
$ apt update
$ apt install git -y
$ pkg install git clone https://github.com/htr-tech/termux-login.git
$ cd termux-login
$ chmod +x *
$ sh install.sh
$ exit
now enjoy from ur Termux.
- Build Apk using Termux
Android APK sample sources that build in Termux on Android. This repository is a submodule for buildAPKs.
Installation Of Git Package:
$ pkg install git
$ git clone https://github.com/sdrausty/buildAPKs
$ cd buildAPKs
To install it in its proper place, copy and paste the following into Termux.
$ pkg install git submodule init
$ pkg install git submodule update sources/samples
- Change Termux Theme
Termux-ohmyzsh implements oh-my-zsh on your Termux app,
as well as some color schemes (most are from Gogh), and some Powerline fonts
You guys can easily change termux user interface
Installation :
$ apt update && apt upgrade
$ apt install git
$ git clone https://github.com/Cabbagec/termux-ohmyzsh
$ cd termux-ohmyzsh
$ chmod +x *
Run :
$ ./install.sh
Now select theme = type number select font = type number
Now your Termux interface hasbeen changed!
- Crips IP tools
This Tools is a collection of online IP Tools that can be used to quickly g€t information about IP Address's, Web Pages and DNS records.
Menu :
Whois lookup
Traceroute
DNS Lookup
Reverse DNS Lookup
GeoIP Lookup
Port Scan
Reverse IP Lookup
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Manisso/Crips
$ cd Crips
$ chmod +x *
$ ./install.sh
Run :
$ python2 crips.py
Now select your option, this tool can guide you easily..
Comments
Post a Comment