An open API service indexing awesome lists of open source software.

https://github.com/ychwah/termux-kali

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.
https://github.com/ychwah/termux-kali

kali-linux shell termux

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

![Kali Linux Termux](img/screenshot.jpg)

# 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](https://github.com/AndronixApp/AndronixOrigin), 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.