HACKTRONIAN Menu :
[01] Information Gathering
[02] Vulnerability Scanner
[03] Stress Testing
[04] Password Attacks
[05] Web Hacking
[06] Exploitation Tools
[07] Sniffing & Spoofing
[08] Other
To install the tool for Termux using the provided commands, you can follow these steps:
1. Open Termux on your Android device.
2. Type the following command to update the packages in Termux:
```
apt update && apt upgrade
```
Press Enter to execute the command.
3. Install Python 2 by typing the following command:
```
pkg install python2
```
Press Enter to execute the command.
4. Now, clone the Lazymux repository from GitHub by typing the following command:
```
git clone https://github.com/Gameye98/Lazymux.git
```
Press Enter to clone the repository.
5. Change the directory to Lazymux by typing:
```
cd Lazymux
```
Press Enter to navigate to the Lazymux directory.
6. Run the Lazymux tool by typing the following command:
```
python2 lazymux.py
```
Press Enter to execute the command.
You have now installed and launched the Lazymux tool in Termux. From here, you can explore its features and utilize the available options within the tool.

