Kali Nethunter is the best way to start learning Hacking just with your Android phone, It has two versions one with Rooted phone Kali Nethunter (requires root) and another one is Nethunter Rootless which does not require Root to install, So In this article we will see how we can install Kali Nethunter on Android without root.
Prerequisite:
Termux
VNC viewer or Nethunter Kex (Modified VNC)
Installing Nethunter
So first go to Termux and make sure that your repositories are up-to-date and also install wget
pkg update -y ; pkg install wget
Now get the nethunter installation script
wget -O install-nethunter-termux https://offs.ec/2MceZWr
Now execute the installation script
bash install-nethunter-termux
Kali Nethunter comes with 3 version (Nano, Minimal, Full)
Nano comes without any tools and GUI,
Minimal comes with basic tools like Metasploit but no GUI
and Full comes with all of the tools and GUI,
So select whatever you want.
(Optional) Next if you want to access your internal storage in Nethunter, then just open the login script
nano $PREFIX/bin/nh
and paste following after -b /proc \\
-b /sdcard \\
Now you can start nethunter just by executing
nh
Installing GUI (Optional)
Nano and Minimal version of Kali Nethunter doesn't comes with GUI (Graphical User Interface) but if you want you can easily install it
Execute following to install Xfce desktop
sudo apt install xfce4 xfce4-terminal xfce4-whiskermenu-plugin
Now we will install browser, kali-themes and vncserver
sudo apt install firefox-esr kali-themes dbus-x11 tigervnc-standalone-server
Now we are all set, just execute following to start vncserver
kex
At first start it will ask you to create password for VNC, so just create that,
And now open VNC viewer app and click on + icon and create a connection with localhost:1 and Give any name you want. Then just click on connect and enter your password and that's it your Kali desktop is ready to use.
Next if you getting firefox crash error in firefox, watch this video to fix it 👇
If you want to setup sound in it, install pulseaudio in Termux (not in Nethunter)
pkg install pulseaudio
Now open .bashrc file
nano ~/.bashrc
And paste following in it
pulseaudio --start \
--load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" \
--exit-idle-time=-1
Now just execute following
bash
And go to Nethunter again and execute following,
echo "export PULSE_SERVER=127.0.0.1" >> ~/.bashrc ; bash
Now you will be able to get sound working in Nethunter (VLC, Chromium), but will not work in Firefox if you to get sound working in Firefox watch this video 👇
To stop vncserver just execute
kex stop
Hope this helps you...
Hello, just czme through your article, you wrote it really well clean. If you'd like to get a backlink for your site from a high authority website, then you can submit your article on codipher.com, let me know what you think
ReplyDelete