Wednesday, 2 December 2020

Hacking using Termux Application - Guide for Hacking in 2020

 Post By Manthan Bajpai


About Termux App


What is Termux


Termux is a Powerful Android app which is helps us to run Install Linux packages in Android devices.

Using Termux one can Install and run shell, python, c++, c, ruby, perl, java and other useful packages and languages in android device without rooting it.

Termux is also run several Hacking Tools/scripts/programs in mobile device which includes Nmap, Hydra, wire shark, Sqlmap  etc.


In this article I will teach you how  to Use Termux Application and How To Install different hacking Tools On Your Android device with simple commands.

What are Termux commands


Termux command are set of instructions which are used in scripting, running different tools and packages in android mobile.


Here are some commonly used Termux Commands list in a simple way. (These commands are similar to Linux Commands.)

Social Engineering SEtoolkit

Termux Commands List :

How To Use Cmatrix effects on Termux

Type


pkg install cmatrix

After that type

cmatrix

Ctmatrix effects will be displayed on termux, Ctmatrix is a cool script which gives you a hacker feel when you run it on device.



Sl Command

Type


pkg install sl

After that type

 sl

small Train will Start Running in Termux application



Figlet

one can write text in different styles and fonts, with the figlet

Type


pkg install figlet

After that type figlet and write the text you want to see in  figlet style

Colourful text command  


pkg install toilet

After that type

 toilet "your text"



Calendar command in termux, if you want to calendar in termux then type


cal

To see the calendar

To see the time and date just type date in termux

Social Engineering SEtoolkit


Important Termux commands

First you need to check the update

apt update

This command updates the termux built-in busybox and other resource packages


apt upgrade

This command is upgrade the resource packages to the latest versions available.


How to Access and manage files in Termux application


To manage and access files in termux

type


termux-setup-storage

To access directory cd command is used

The default directory is located at /data/data/com.termux/

one can access it anytime by just typing cd $home



ls Command in termux is used to see the list of sub directories


To access the internal sd-card one need to type cd /sdcard && ls

To Access the External Sd-card the same command can be used cd /sdcard0/ && ls

To Remove or permanently delete an empty Directory or a file from termux, rm -rf filename command is used

Where the file name belongs to  name of the file or directory
then, you can just use rm -r filename

For making, creating a Directory mkdir Command is used

Eg: mkdir Myfiles

Where Myfiles is the Directory Name

To Copy a files from one directory to another directory, cp Command is used


eg: cp /path/file /path

and for moving a file mv Command is used

To zip and unzip the zip files in Termux
zip , unzip Commands are used


Social Engineering SEtoolkit


Networking Termux commands


ifconfig Command is used to fetch all the information aout your Network IP, to check a particular website whether it is accessible or not in your ISP by typing


ping website

Eg: ping facebook.com

you can  also access the internet using termux, directly in the command line

For that you need to install w3m package in termux, by typing


pkg install w3m

After installation type the below given command to access any website


w3m website

eg: w3m facebook.com

Lynx is also similar package to w3m
for installinglynx, type pkg install lynx

After that type lynx google.com

How To Install Useful Packages/Hacking Tools On your Termux


Open Termux

Now Type

apt Update && apt upgrade

hit Enter

Then Type


termux-setup-storage

Termux is Ready To install useful packages and hacking Tools on your Mobile.

How To Install NMAP tool in Termux

Nmap is a Vulnerability Scanner and Information Gathering Tool , to install nmap in termux type command


pkg install nmap

It will take few minutes to install and after installation  you can run nmap on termux by typing  nmap command.

nmap can be used for scanning targets on your android mobile and also for  basic attacks.

How To Install Hydra in Termux

Hydra is is a Great Tool for Brute force Attack.

To install Hydra command


Pkg install Hydra

it takes few minutes to install , and after installation

Type Hydra in Termux to start using it.

How To Install Red_Hawk Tool in Termux 

Red Hawk is used for Website Information Gathering such as, Reverse IP Lookup , who is Lookup xss, sqli scanning.
For using Red Hawk you Need Php so type


Pkg install php

type y for Yes

After that install git

pkg install git

git is used to clone files from github directly, you can also download scripts, tools from github and other useful sources

Then type the command



git clone https://github.com/Tuhinshubhra/RED_HAWK.git

After that

Find the Directory of RED_HAWK

type cd

Then type ls

Type in Termux




Chmod +x RED_HAWK

After

 type

cd  RED_HAWK

Now Type ls 

Again type chmod +x rhawk.php

Finally type this command



php rhawk.php

Now You can use RED HAWK in your Mobile

Do it Your Own RISK....

THANKU



No comments:

Post a Comment