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

https://github.com/raynersec/pykalimux

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/pykalimux

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

          

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