https://github.com/cipherswami/boot-nethunter
It is an executable that boots Kali-Chroot (one Installed with Nethunter apk) in Termux.
https://github.com/cipherswami/boot-nethunter
chroot kali-linux nethunter nethunter-rooted termux
Last synced: 18 days ago
JSON representation
It is an executable that boots Kali-Chroot (one Installed with Nethunter apk) in Termux.
- Host: GitHub
- URL: https://github.com/cipherswami/boot-nethunter
- Owner: cipherswami
- License: mit
- Created: 2021-04-15T21:26:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T22:49:36.000Z (about 1 year ago)
- Last Synced: 2025-03-23T23:35:12.168Z (about 1 month ago)
- Topics: chroot, kali-linux, nethunter, nethunter-rooted, termux
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 52
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boot Nethunter
- It is an executable that boots Kali-Chroot (_one Installed with Nethunter_) in Termux. [Rooted Andriod]
**NOTE**: This is not same as _Nethunter Rootless_.
# Motive
If you have ever used Nethunter-Rooted, then you would have definitely come across Nethunter-terminal. _Nethunter-terminal_ is one of the good interfaces but, it doesn't support that much customizability when compared to other interfaces such as Termux.If you ever took a fancy to start the _Rooted Kali chroot_ in _termux_ but faild. Then this is the right place.
# Pre-Requisites
1. Update Termux to latest Version:
- `$ apt update`
- `$ apt upgrade -y`
2. Restart the Termux.
3. If prompeted for superuser access to termux at any point, grant it.# Setup Instructions
1. Directly download the installer(install_boot-kali.sh) from releases:
`$ wget https://github.com/cipherswami/boot-nethunter/releases/latest/download/install_boot-kali.sh`
4. Then make the installer executable: `$ chmod +x install_boot-kali.sh`
5. Now install boot nethunter: `$ ./install_boot-kali.sh`
6. et voilà, your installation is finshed !!!
7. Now you can safely get rid of the installer : `$ rm instll_boot-kali.sh`
8. **USAGE**: Run 'boot-kali' any where in termux to start kali chroot.# Additinol info
- This intallation creates a "bin" folder in $HOME/.termux direcotry, which is being added to PATH variable i.e, you can place any binaries (or) executables in that folder that can be called from any where in termux.# About Author
> **Name**: Aravind Potluri \
> **Mail**: [email protected]
> **Github**: [name_is_cipher](https://github.com/name-is-cipher)