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.
- Host: GitHub
- URL: https://github.com/raynersec/pykalimux
- Owner: RaynerSec
- License: gpl-3.0
- Created: 2020-08-21T09:32:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T12:22:27.000Z (over 2 years ago)
- Last Synced: 2024-01-18T14:35:23.948Z (over 2 years ago)
- Language: Python
- Size: 55.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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`