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

https://github.com/raynersec/pymuxkali

This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
https://github.com/raynersec/pymuxkali

Last synced: about 1 year ago
JSON representation

This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.

Awesome Lists containing this project

README

          

# pymuxkali
This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.

## Download Counter


GitHub all releases
PyPI - Downloads

## Usage
### How To Use pymuxkali
1. Install Dependencies In Termux `pkg update -y && pkg install git python -y`
2. Install pymuxkali `pip install git+https://github.com/RaynerSec/pymuxkali`
3. Run It On Termux Terminal `pymuxkali `
#### Update pymuxkali
- Update To The Latest pymuxkali Run This Command Again `pip install git+https://github.com/RaynerSec/pymuxkali`
### pymuxkali options
```
usage: pymuxkali [-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.
```
## Usage
### How To Use pymuxkali Using PyPI (Python Package Index)
1. Install Dependencies In Termux `pkg update -y && pkg install python -y`
2. Install pymuxkali `pip install pymuxkali`
3. Run It On Termux Terminal `pymuxkali `
#### Update pymuxkali Using PyPI (Python Package Index)
- Update To The Latest pymuxkali Using PyPI (Python Package Index) `pip install --upgrade pymuxkali`
### PyPI pymuxkali options
```
usage: pymuxkali [-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.
```