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

https://github.com/LevelUpInc/kex

kali linux installer for android
https://github.com/LevelUpInc/kex

hacking kali-linux linux shell termux tool tools

Last synced: over 1 year ago
JSON representation

kali linux installer for android

Awesome Lists containing this project

README

          

# kex
Kex (no root) is a Kali NetHunter Installer. Which is install official Kali NetHunter relesed by Offensive Secutity

## requrements
+ 1 Gb Ram
+ 2 Gb storage
+ [Termux](https://play.google.com/store/apps/details?id=com.termux) or any android terminal emulator
+ [VNC](https://play.google.com/store/apps/details?id=com.realvnc.viewer.android) viewer
+ Internet

## installation
install kali linux using kex

```
wget -O kex.sh https://raw.githubusercontent.com/LevelUpInc/kex/refs/heads/main/kex.sh;chmod +x kex.sh;./kex.sh
```

## kali nethunter cheat sheet


command
to


nethunter
start Kali NetHunter command line interface


nethunter kex passwd
configure the KeX password (only needed before 1st use)


nethunter kex &
start Kali NetHunter Desktop Experience user sessions


nethunter kex stop
stop Kali NetHunter Desktop Experience


nethunter [command]
run in NetHunter environment


nethunter -r
start Kali NetHunter cli as root


nethunter -r kex passwd
configure the KeX password for root


nethunter -r kex &
start Kali NetHunter Desktop Experience as root


nethunter -r kex stop
stop Kali NetHunter Desktop Experience root sessions


nethunter -r kex kill
Kill all KeX sessions


nethunter -r [command]
run [command] in NetHunter environment as root