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
- Host: GitHub
- URL: https://github.com/LevelUpInc/kex
- Owner: LevelUpInc
- License: mit
- Created: 2021-11-19T09:22:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T12:23:02.000Z (over 3 years ago)
- Last Synced: 2024-10-25T13:16:32.623Z (over 1 year ago)
- Topics: hacking, kali-linux, linux, shell, termux, tool, tools
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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