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 upgradeInstall Python
pkg install pythonInstall Clang
pkg install clangInstall NodeJS
pkg install nodejsInstall SSH
pkg install opensshInstall Git
apt install gitInstall Nano editor
pkg install nanoInstall PHP
pkg install phpTo give permission for storage access
termux-setup-storageInstall Nmap
pkg install nmapInstall Termux and start hacking right nowIf 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
Post a Comment