Termux



Termux is an Android terminal emulator and Linux application that works directly without the need for rooting or complex configurations. At the same time, the software is not so simple, that is why we talk about it today in more detail.

Installation of such software gives us more opportunities to use the smartphone, i.e. in fact it becomes a kind of Linux terminal platform for hacking. The utility itself serves as a base system with preinstalled packages (installed automatically, more are available through the APT package manager).

Characteristics of Termux on Android

  • security (access to remote servers via ssh client from OpenSSH);
  • optimization of settings - install what you want via the APT package manager, known from Debian and Ubuntu GNU / Linux;
  • openness - the packages available in Termux are similar to Mac and Linux packages - install the man pages on your phone and read them in one session and experiment with them in another;
  • comfort to use - connect your Bluetooth keyboard and external display if you want - Termux has keyboard shortcuts and mouse support etc.д.

Installing Termux on the smartphone



You cannot start using the application without settings, so we start with them.
  1. Download and start the software, reboot and install tsu (Termux SU) using commands (updates as well):
    apt update
    apt install tsu
    tsu
  2. Install OpenSSH and generate keys:
    apt install openssh
    ssh-keygen

  3. To connect to the smartphone via SSH, add the ssh public key of the host machine to ~/.ssh/authorized_keys.
    cd .ssh
    wget http://192.168.0.105:8000/term.pub
    cat term.pub >> authorized_keys

  4. Check the contents, restart and check the port:
    cat authorized_keys
    pkill sshd
    sshd
    netstat -ntlp

  5. So we just connect via SSH to our smartphone. These are just the basic settings, just so you understand.

List of Termux commands


Somebody called the program a hacker's pocket friend - and it is. If you get it, you get a hacker friend.


Program information
Title: Termux
Size: 87.7MB
Operating system: Android
Latest version: 0.118
Developer: Fredrik Fornwall
Comments
reload, if the code cannot be seen
Download the same:
Kali Nethunter
Kali Nethunter (ver. 2022.2)

Kali Nethunter is a mobile version of the Android program Kali Linux plus some additions to work from your smartphone, we recommend reading it.

WiFi Map
WiFi Map (ver. 6.1.1)

WiFi Map is an application with one of the largest databases of passwords to closed Wi-Fi spots around the world. Helps you easily find places with free internet.

NetShare
NetShare (ver. 1.95)

The NetShare app makes it so easy to share the Internet with family and friends through your smartphone. Try it - it's also fun!

AirDroid
AirDroid (ver. 4.2.9.10 и 3.7.1.0)

AirDroid is one of the popular client applications with which you can use almost all the options of your Android smartphone or tablet from Windows, Android, iOS and Mac OS X laptops.