Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hax4us/Nethunter-In-Termux
This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone
https://github.com/Hax4us/Nethunter-In-Termux
Last synced: 15 days ago
JSON representation
This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone
- Host: GitHub
- URL: https://github.com/Hax4us/Nethunter-In-Termux
- Owner: Hax4us
- License: gpl-3.0
- Created: 2017-09-01T09:53:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T11:35:18.000Z (7 months ago)
- Last Synced: 2024-10-14T14:57:25.400Z (about 1 month ago)
- Language: Shell
- Size: 174 KB
- Stars: 2,376
- Watchers: 259
- Forks: 330
- Open Issues: 217
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - Nethunter-In-Termux - This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone .[![->](https://img.shields.io/github/stars/Hax4us/Nethunter-In-Termux.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Hax4us/Nethunter-In-Termux/stargazers/) (Uncategorized / Uncategorized)
README
# Nethunter-In-Termux
This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone
### Steps For Installation
1. Download script in **HOME** `curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter`
2. Give execution permission `chmod +x kalinethunter`
3. Run script `./kalinethunter`### Usage
1. Use command `startkali` to start nethunter. Default user is __kali__ and default password is also __kali__.
2. if you want to start nethunter as a root user then use command `startkali -r`.### VNC Guide
1. To start a vnc session `vnc start`
2. To stop a vnc session `vnc stop`
3. To check status ( Display and port number) of vnc session `vnc status`
4. If user is __kali__ then by default `vnc start` will start vncserver with `DISPLAY=:2` & `PORT=5902` and for root user `DISPLAY=:1` & `PORT=5901`### In Case Of SSL error: certificate verify failed
Rerun script with extra parameter `--insecure` or copy paste this command `./kalinethunter --insecure`#### setup LXDE
Default __DESKTOP__ is _XFCE4_ but you can setup __LXDE__ also https://www.hax4us.com/2018/07/how-to-install-lxde-in-kali-nethunter.html?m=1#### You have any idea to improve ? So Just give PR