Skip to content

Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.

License

Notifications You must be signed in to change notification settings

ychwah/termux-kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali Linux Termux

Kali Linux CLI in Termux via Andronix Build

Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.

  1. Install wget package if not installed.

    pkg install wget
    
  2. Get installation script from Github

    wget https://raw.githubusercontent.com/ychwah/termux-kali/master/install.sh
    
  3. Make it executable

    chmod +x install.sh
    
  4. Run install.sh

    ./install.sh
    

Uninstalling

Removing Kali Linux in Termux is as simple as 3 steps

  1. Get uninstall script

    wget https://raw.githubusercontent.com/ychwah/termux-kali/master/uninstall.sh
    
  2. Make it executable

    chmod +x uninstall.sh
    
  3. Run unnstall.sh

    ./uninstall.sh
    

Credits

Kali Linux is a specialized Linux distribution geared towards penetration testing, security auditing, and /ethical hacking. It comes pre-packaged with a wide array of tools designed for various security tasks, making it a preferred choice for security professionals and researchers where the source files for Android are offered by Andronix, a powerful and versatile application that allows users to run a full-fledged Linux distribution on their Android devices without the need for root access.

About

Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages