Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-chuah committed Dec 12, 2023
1 parent ce2e0d5 commit 913174f
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
This is a script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
### Steps For Installation
### Install Kali Nethunter Full Version
1. Download script in **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-full-termux`
2. Give execution permission `chmod +x install-nethunter-full-termux`
3. Run script `./install-nethunter-full-termux`
4. Now just start kali nethunter `nethunter`
1. Install Dependencies In Termux `pkg update -y && pkg install wget -y`
2. Download Script In **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-full-termux`
3. Give Execution Permission `chmod +x install-nethunter-full-termux`
4. Run Script `./install-nethunter-full-termux`
5. Now Just Start Kali Nethunter `nethunter`
### Install Kali Nethunter Minimal Version
1. Download script in **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-minimal-termux`
2. Give execution permission `chmod +x install-nethunter-minimal-termux`
3. Run script `./install-nethunter-minimal-termux`
4. Now just start kali nethunter `nethunter`
1. Install Dependencies In Termux `pkg update -y && pkg install wget -y`
2. Download Script In **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-minimal-termux`
3. Give Execution Permission `chmod +x install-nethunter-minimal-termux`
4. Run Script `./install-nethunter-minimal-termux`
5. Now Just Start Kali Nethunter `nethunter`
### Install Kali Nethunter Nano Version
1. Download script in **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-nano-termux`
2. Give execution permission `chmod +x install-nethunter-nano-termux`
3. Run script `./install-nethunter-nano-termux`
4. Now just start kali nethunter `nethunter`
1. Install Dependencies In Termux `pkg update -y && pkg install wget -y`
2. Download Script In **HOME** `wget https://raw.githubusercontent.com/RaynerSec/Kali-Nethunter-In-Termux/master/install-nethunter-nano-termux`
3. Give Execution Permission `chmod +x install-nethunter-nano-termux`
4. Run Script `./install-nethunter-nano-termux`
5. Now Just Start Kali Nethunter `nethunter`

#### Credited To Offensive Security

Expand Down

0 comments on commit 913174f

Please sign in to comment.