Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MasterDevX/Termux-Kali

Install Kali Linux on Android using Termux!
https://github.com/MasterDevX/Termux-Kali

Last synced: 3 months ago
JSON representation

Install Kali Linux on Android using Termux!

Awesome Lists containing this project

README

        

# KaliTermux
### Info
Install Kali Linux on Android using Termux!

The script was originally developed by EXALAB for AnLinux project.
This version of script is slightly modified.
Differences from original:
- Mounting internal storage (/sdcard) to root (/) is enabled by default
- Improved output
- Some improvements in code
### How to use
Simply copy and paste this code to Termux command line to install Kali Linux:

```pkg install wget proot -y && wget https://raw.githubusercontent.com/MasterDevX/KaliTermux/master/InstallKali.sh && bash InstallKali.sh```

After installing run ```./start-kali.sh``` to launch Kali.