Skip to main content

Lazymux -All Kali Linux Tools On Android In Termux

Lazymux installation On Android using Termux App :





Lazymux :
               lazymux is a tool, which consists of some Kali Linux tools and it is 
               very easy to install and use on Android using Termux App.

  Friends Lazymux tool is only for Termux Users.     
  simply clone this Tool on Your Termux and Run after the Run This Tool there is
    some Kali Linux Tools are available ,as you can see on the Below image.lazymux 
  is the best tool for termux to install the kali linux tools on Android and use for 
  Penetration testing and cyber security,and remember friends these all Knowledge
  and videos are only for Educational purpose only Don't miss use these Tutorials
  use this tutorials for find the vulnerabilities and fix it.




lazymux tool image

 in this Above image Total 40 Kali Linux Tools Are available here ,so friends You can install and use these all tools step by step ..and this lazymux tool is created by using python2 Language, 


Installation :

        Follow These Steps:

1) Download Termux from Play Store and open and update using this command:
      
        apt update

2) Now install Python2 and Git packages By using These Commands  :


     pkg install Python2


     pkg install git


3) After the installation of above packages Now install lazymux on Android (Termux)By using this command :


   git clone https://github.com/Gameye98/Lazymux.git

4) Now follow these steps step By step:


   cd Lazymux

   
   chmod +x *

  ./meta-install.sh


5) Now Run the lazymux tool by typing this command :


   python2 lazymux.py


6) Now select Any number which you want to install in Termux 



 For more updates, Follow me on this Blog for more Ethical Hacking,cyber security,termux tutorials,Android penetration testing videos, 

Comments

Post a Comment

Popular posts from this blog

How To Use Aircrack-Ng In Android/Termux/Linux - For Wifi Hacking

how to use aircrack-ng in android/termux/linux :                       ****DISCLAIMER***** This article is only for educational purpose,Don't miss use these tutorials use these tricks on your own computer,network,android,devices,for check the vulnerabilities and fix it and always stay legal,if you are used these article in any illegal or malicious activity then i am not responsible so please friends always stay legal. ########################### aircrack-ng using in Termux/GnuRoot Debian/Android/Linux :-  download aircrack-ng using, pdf FILE. simply click download pdf                 ************************** Follow these Steps :-     First connect your wife-adapter to your device : 1) Friends first open Your Gnu Root Debian terminal or root terminal and start the monitor mode by typing these commands :      ...

RouterSploit Installation In Android------by Rupesh

RouterSploit Installation in Android using termux App : RouterSploit :              RouterSploit is a open source project and it is a framework of exploits.which scan the routers devices and check the vulnerabilities of Routers/Devices and exploits by the using frameworks which available in RouterSploit Framework. RouterSploit Framework are updated everyday, and the project is under heavy Development and every day new new modules are shipped. The RouterSploit Framework consists of many more powerful modules for penetration testing operations, in this RouterSploit some Tools are available for scanning and exploit, Exploits - the module Exploit take the advantages of indefinite vulnerabilities         and exploit using the vulnerabilities which available in the Routers.     creds & scanners - the creds module design to test the vulnerabilities aginest  network like wlan0, ...

Sudo Installation In Termux

Sudo installation in Android using Termux App : Friends you can install sudo by watching my article also, so lets start,  Sudo: sudo means (superuser) is a root command,sudo is a programme for unix like computer operating systems ,Kali Linux,Ubuntu,Termux etc...sudo Allows users to run the programme with the security privileges of another users,sudo were Design to commands only as a superuser only superuser can access sudo,we can install sudo on Android using Termux App,for installing sudo on Termux Your device is must be Rooted,it can also be configured to permit(Permission) arguments of multiple commands. Sudo works on only Rooted Devices you can root Your Device and install sudo on Android using Termux App.and Sudo converts $ symbol into the # symbol, # means Root, Friends after installation of sudo on your Termux App type sudo su for giving Root permission to the Termux app,the there is on popup there then click root permission and get # means Root terminal Your ter...