Termux - Hacking with Android

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

With Termux, you have your own terminal inside your pocket.
It is secure and comes with a variety of features that can be done in a Linux terminal. 



Installing Termux

Termux Commands

Install Packages

pkg install <package name>

Uninstall Packages

pkg uninstall <package name>

Search Packages

pkg <search>

Upgrade Package

pkg upgrade

Install Python

pkg install python

Install Clang

pkg install clang

Install NodeJS

pkg install nodejs

Install SSH

pkg install openssh

Install Git

apt install git

Install Nano editor

pkg install nano

Install PHP

pkg install php

To give permission for storage access

termux-setup-storage

Install Nmap

pkg install nmap




Install Termux and start hacking right now

If you would like to contribute to Hackzism you can also write an article and mail to hackzism.hack@gmail.com
Your article will be published on our home page.

Hope you have enjoyed reading this. 
Leave a comment below 

Comments

Popular Posts