https://github.com/raynersec/bashmuxkali
This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
https://github.com/raynersec/bashmuxkali
Last synced: about 1 year ago
JSON representation
This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
- Host: GitHub
- URL: https://github.com/raynersec/bashmuxkali
- Owner: RaynerSec
- License: gpl-3.0
- Created: 2021-03-04T08:07:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T13:49:46.000Z (over 1 year ago)
- Last Synced: 2025-03-01T14:33:33.739Z (over 1 year ago)
- Language: Shell
- Size: 496 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bashmuxkali
This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
## Usage
### How To Use bashmuxkali
1. Install Dependencies In Termux `pkg update -y && pkg install git -y`
2. Git Clone Repo `git clone https://github.com/RaynerSec/bashmuxkali`
3. Change Directory `cd bashmuxkali`
4. Give Execution Permission `chmod +x bashmuxkali.sh`
5. Run Script `./bashmuxkali.sh `
### bashmuxkali options
```
usage: bashmuxkali.sh [-f] [-m] [-n] [-u] [-h]
Kali-Nethunter-In-Termux Installer
options:
-f, --full Install Kali Nethunter In Termux
Full Version.
-m, --minimal Install Kali Nethunter In Termux
Minimal Version.
-n, --nano Install Kali Nethunter In Termux
Nano Version.
-u, --uninstall Uninstall Kali Nethunter In
Termux.
-h, --help Show This Help Message And Exit.
```