World's Best termux tutorial
Termux is an Android application that functions as a terminal emulator and provides a Linux environment. Notably, it does not necessitate rooting your device. Termux automatically installs a minimal base system, and users can access additional packages through a package manager, similar to the package management systems found in distributions like Fedora or Debian. To install Termux: Google Play Store: Open the Google Play Store on your Android device. Enter "Termux" in the search bar and press enter. Locate the Termux app in the search results. Click on the app and then select "Install." Wait for the installation process to complete. Alternative Methods: If the Google Play Store is not accessible, you can download the Termux APK from the official website or trusted sources. Enable the "Install from unknown sources" option in your device settings. Find the downloaded APK file and install Termux by following the on-screen instructions. After installation, Termux can be launched like any other Android app, providing a versatile terminal interface for running Linux commands and managing additional software packages using its built-in package manager (apt).
https://play.google.com/store/apps/details?id=com.termux
For commands that are maily we use
1= bash (for execution current program)
2= cd (for choosing current directly)
3= ls (to view all files and folder)
4= pkg or apt ( to install any repository)
As i said its easiest termux tutorial ever !!
Let's start our tutorial without wasting anytime
So after installing termux open it type below
command one by one and hit enter :
apt upgrade
apt update
pkg upgrade
pkg update
pkg upgrade
pkg install git
apt install wget
apt install python
apt install python2
apt install nano
apt install curl
apt install php-apache
#Ngrok Installation
pkg install zip wget
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
unzip ngrok-stable-linux-arm.zip
chmod +x ngrok
./ngrok authtoken 1jQKVWbIjoFkBc0CCF6Iw3pxOQa_7GFTzjNVcgZ3UzxshCSSg
#After install these repository our termux is ready to install
further tools!!
#Termux Theme Setup
cd ..
ls
cd usr/etc
ls
rm -rf motd
git clone https://github.com/adi1090x/termux-style
# change to termux-style dir -
cd termux-style
# to install it, run
./install
TOOLS INSTALLATIONπ
1.) AnonSms
git clone https://github.com/HACK3RY2J/Anon-SMS.git
cd Anon-SMS
bash Run.sh
2.)Get-instagram-users-info---Any-instagram-account
git clone https://github.com/zxllkada/Get-instagram-users-info---Any-instagram-account.git
# RUNNING
cd Get-instagram-users-info---Any-instagram-account
pip3 install -r requirements.txt
cd zxllkada
cd Dump_Instagram_Information_ANY_ACCOUNT
python3 InstaInfo_zxll.py
# After that enter {username} and enjoy.
3.)PhoneinfoGa
clear && echo -e '\033[1;32m[*] Download starting...' && apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget https://raw.githubusercontent.com/ExpertAnonymous/PhoneInfoga/master/phoneinfoga.sh -q && clear && bash phoneinfoga.sh
#usage
python3 phoneinfoga.py -n 91(indian number)
4.) MaskPhish
git clone https://github.com/jaykali/maskphish
cd maskphish
bash maskphish.sh
5.)Shark
git clone https://github.com/Bhaviktutorials/shark && cd shark && chmod +x * && ./setup
shark
6.)Hammer
apt install dnsutils
git clone https://github.com/Pavithran-R/Hammer/
#Usage
cd Hammer
python hammer.py -s [website] -t 135
example:
python hammer.py -s abc.in -t 135
7.)Mr. Phish
pip install lolcat
git clone https://github.com/noob-hackers/mrphish
cd $HOME
ls
cd mrphish
ls
bash setup
bash mrphish
#Usage
[+]-- Open new session in termux and type tor
[+]-- Open second session in termux and execute mrphish tool
8.) Sql Map
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
#Usage
python sqlmap.py -h
9.)Seeker
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/
pkg update
pkg install python php
pip3 install requests
##################
# Usage Examples #
##################
# Step 1 : In first terminal
$ python3 seeker.py -t manual
# Step 2 : In second terminal start a tunnel service such as ngrok
$ ./ngrok http 8080
10.) Ip info
git clone git://github.com/htr-tech/track-ip.git
cd track-ip
bash trackip
11.) Telegram Scrapper
git clone https://github.com/th3unkn0n/TeleGram-Scraper.git
cd TeleGram-Scraper
python3 setup.py -i
#setup configration file ( apiID, apiHASH )
python3 setup.py -c
#To Genrate User Data
python3 scraper.py
#members.csv is default if you changed name use it .Send Bulk sms To Collected Data
python3 smsbot.py members.csv
#Update Tool
python3 setup.py -u
12.) MetaSploit
pkg install wget curl openssh git -y
apt install ncurses-utils
wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
bash metasploit.sh
13.)Termux Gui Desktop
git clone --depth=1 https://github.com/adi1090x/termux-desktop.git
cd termux-desktop
chmod +x setup.sh
./setup.sh --install
#You will require a password to access your desktops.
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
#Now restart your termux and type
cd $HOME
ls
bash startdesktop
14.)Kali Linux Installation
pkg update -y && pkg install curl proot tar -y && curl
https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Kali/kali-xfce.sh | bash
#During installation, you'll be asked to set up password for VNC -
[*] Setting up VNC Server...
You will require a password to access your desktops..
Now open the VNC Viewer application and create a new connection with the following information (assuming that port is 5901) -
Address:
127.0.0.1:1
Name:
Termux
Now launch it. You will be prompted for password that you entered during installation. After entering password, you'll be headed directly to this desktop -
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
For more tools visit the following sites search in
github.com
https://awesomeopensource.com/projects/termux
https://github.com/may215/awesome-termux-hacking
Post a Comment
0Comments