Our Home Your Ideas

Breaking

Monday, February 24, 2020

3 best Termux hacking commands and tutorials

Termux is a powerful android application that is designed to help install Linux capabilities such as shell, python and perl.
To make things easier, you can simply get the termux command tutorial from below:

From that, we will step eight into out topic of the day.
The first thing you need to do is to  Download the termux android app. After download and proper installation, you can run the following codes to install hacking tools;
NOTE: To install tools, data charges may apply.

1. The NMAP tool:
The nmap is an information gathering tool and a vulnerability scanner tool. To have it installed, type and run the code below;
Firstly, you type;

pkg install nmap

It will take a dew seconds or even some minutes for the installation to complete. Once it is done, to use it, simply type nmap.

2. The Hydra tool:
Hydra is a good tool for brute force attack. Hope you already know about it from the tutorial, or self knowledge. To install it, type and run the code below;

pkg install hydra

It will take a few seconds or some minutes to complete. Once done and it is to be used, simply type hydra

3. The LazyMux tool:
Lazymux contains multiple hacking tools which include;

  [01] Sudo              [11] SQLMap
  [02] NMap           [12] Black Hydra
  [03] Hydra          [13] Fl00d & Fl00d2
  [04] FB Brute Force  [14] Infoga
  [05] Webdav          [15] LANs.py
  [06] RED HAWK        [16] Pagodo
  [07] Brutal          [17] FBUP
  [08] Metasploit      [18] KnockMail
  [09] 1337Hash        [19] Ufonet
  [10] IPLoc           [20] Commix

  [21] D-Tect          [31] ReconDog
  [22] A-Rat           [32] Meisha
  [23] Torshammer      [33] Kali NetHunter
  [24] Slowloris       [34] Ngrok
  [25] DSSS            [35] Weeman
  [26] SQLiv           [36] Cupp
  [27] Wifite          [37] Hash-Buster
  [28] Wifite 2        [38] Routersploit
  [29] MSFPC           [39] Ubuntu
  [30] Kwetza          [40] Fedora

To install the lazymux tool, type and run the following code;

apt update && apt upgrade

Now, install the the git with the code;

pkg install git

Now we will need the python2 environment. To proceed, type the code;

pkg install python2

After the python2 installation is complete, type the following code to finalise the installation process;

git clone 
https://github.com/gameye98/lazymux

After the cloning process is successful, type and run the code below to find the lazymux directory

cd lazymux && ls 

After this, you can select you tool from the list and install.
Note that all installed tools will be stored in the lazymux directory. So do well to check after installation.

No comments:

Post a Comment