From 913174f4c28609d5de7336e9ff0df6e2fe423821 Mon Sep 17 00:00:00 2001 From: RC Chuah <44928288+rc-chuah@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:00:36 +0800 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ff70078..399fac8 100644 --- a/README.md +++ b/README.md @@ -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