Termux

This site is mainly based on TERMUX hacking . Hope you find this site will be very use full.

THIS IS ONLY FOR EDUCATIONAL PURPOSE

NOTE : We are not responsible for any misuse for the given code.

Now let’s start from basic.

U can install TERMUX using Play store or Github

After installing from Play Store or Github open your TERMUX application and wait for sometime to initialize.

After Initialization your TERMUX look as below.

After this you should install some basic packages. The code is given below.

$ pkg install git

$ pkg install python

Now I will let you know how to update packages.

$ apt update

$ apt upgrade

1: TBOMB

This tool is basically used to send anonymous SMS to victim’s number.

The code for installation and use you can find below:

$ apt update

$ apt upgrade

$ pkg install git

$ pkg install python

$ git clone https://github.com/TheSpeedX/TBomb.git

$ cd TBomb

$ ./TBomb.sh

2: HIDDEN EYE

This tool is used for Phishing.

The code for installation and use you can find below:

$ apt update

$ apt upgrade

$ pkg install python

$ git clone https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git

$ cd HiddenEye-Legacy

$ chmod 777 *

$ pip install -r requirements.txt

$ python HiddenEye.py

3: Nexphisher

Even this tool is used for Phishing.

$ apt update

$ apt install git -y

$ git clone git://github.com/htr-tech/nexphisher.git

$ cd nexphisher

$ bash setup

$ bash tmux_setup

$ bash nexphisher

Leave a Comment