How to Install Kali NetHunter on any Android Phone without root

How to install kali nethunter in any android mobile

Install Kali NetHunter on any stock, unrooted Android device without voiding the warranty.

Kali NetHunter

Kali NetHunter is a free and open-source mobile penetration testing platform for Android devices, based on Kali Linux. Kali NetHunter is available for un-rooted devices (NetHunter Rootless), for rooted devices that have a custom recovery (NetHunter Lite), and for rooted devices with custom recovery for which a NetHunter specific kernel is available (NetHunter). Official images are published by Offensive Security on their download page and are updated every quarter. NetHunter images with custom kernels are published for the most popular supported devices, such as Google NexusSamsung Galaxy and OnePlus. Many more models are supported, and images not published by Offensive Security can be generated using NetHunter build scripts. Kali NetHunter is maintained by a community of volunteers, and is funded by Offensive Security. (Wikipedia)

The Kali Linux NetHunter project is the first Open Source Android penetration testing platform for Nexus devices, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets. Whether you have a Nexus 5Nexus 6Nexus 7Nexus 9, Nexus 10 or OnePlus One we’ve got you covered. Our freely downloadable images come with easy to follow installation and setup instructions to get you up and running in no time at all.

But now Kali offers for everyone to install kali NetHunter for every android device without rooting your device and installing Kali NetHunter by Termux.

How to install kali nethunter in any android mobile
Kali NetHunter GUI

Prerequisite

Android Device (Stock unmodified device, no root or custom recovery required)

Installation

Require Software

CMD Command for Hacker [Most uses]

A hacker is someone who explores methods for breaching defenses and exploiting weaknesses in a computer system or network. Hacker can use any os for hacking. WindowLinuxMacOS. If you want to learn hacking or do hacking you need to use command line for work faster. In this article, PastFutur share some of the best CMD command that are widely used in Hacking purposes in Windows 10. Every hacker must know this cmd command for hacking.
  1. NetHunter-Storehttps://store.nethunter.com
  2. Termux: https://play.google.com/store/apps/details?id=com.termux&hl=en&gl=US or https://termux.com/
  3. NetHunter-KeX client: https://store.nethunter.com/en/packages/com.offsec.nethunter.kex/ or you can find in NetHunter-Store
  4. Hacker’s keyboard: https://store.nethunter.com/en/packages/org.pocketworkstation.pckeyboard/ or you can find in NetHunter-Store
  5. 10 GB+ Data or WiFi
  6. 10 GB Space of Your Internal Storage (recommend 15 GB)
  7. 80%+ Charge (recommend 100%)

Note: (In the NetHunter-Store) The button “install” may not change to “installed” in the store client after installation – just ignore it. Starting Termux for the first time may seem stuck while displaying “installing” on some devices – just hit enter.

Install Process for Kali NetHunter

Open Termux and type:

~ $ termux-setup-storage

It will call storage permissions. Grant permission.

Now type those command step by step in termix

~ $ pkg install apt -y
~ $ apt-get install wget -y
~ $ apt-get update
~ $ apt-get full-upgrade -y
apt package install in termux
apt package install in termux

If you face the step then type n and press enter every time.

Package Version Confirm
Package Version Confirm

Type the command

Best Screen Recorder App for Android

There are a lot of screen recorder apps in the Play Store but it is tough to get the best screen recorder for your android within your preference. In this article, you will get 10 best screen recording apps along with the most attractive features of each. I hope you will get your best screen recorder which will cover your demands. And as always, you will get one recommendation from me at the end of this article. If you do not have a lot of time you can scroll down to the end of this article. I hope It will save your time.
~ $ wget -O install-nethunter-termux https://offs.ec/2MceZWr
~ $ chmod +x install-nethunter-termux
Termux Kali NetHunter Install on Android
Termux Kali NetHunter Install on Android
~ $ ./install-nethunter-termux
Install Kali NetHunter in unroot mobile
Install Kali NetHunter in unroot mobile

After sometime it will downloading NetHunter image file. Note: please make sure you have stable internet connection. (file size around 1.5 GB)

Downloading Kali NetHunter image file
Downloading Kali NetHunter image file

When NetHunter download will complete it will installing automatically you have to wait for finish.

Kali NetHunter Home
Kali NetHunter Home

You can use NetHunter by Command Line if you want to use nethunter as gui/graphics user interface? Flow those.

~ $ nethunter kex passwd

set your password. (remember it)

~ $ nethunter -r kex passwd
Kali NetHunter Password
NetHunter Password Setup
~ $ chmod +x ~/.vnc/xstartup

This command for If you face kex server black screen only.

Password set for root user.

~ $ nethunter -r kex
Start NetHunter Kex Server
Start NetHunter Kex Server

Remember the port number and open NetHunter Kex

NetHunter Rootless Kex
NetHunter Rootless Kex

Fill the options in NetHunter Kex Put the port and password that you provide previously. Press Connect,

Kali NetHunter GUI
Kali NetHunter GUI

Do not forget to apt-get update && apt-get upgrade -y && apt-get full-upgrade -y the command in NetHunter.

Basic useful Command Kali NetHunter

Open Termux and type one of the following:

CommandTo
nethunterstart Kali NetHunter command line interface
nethunter kex passwdconfigure the KeX password (only needed before 1st use)
nethunter kex &start Kali NetHunter Desktop Experience user sessions
nethunter kex stopstop Kali NetHunter Desktop Experience
nethunter <command>run in NetHunter environment
nethunter -rstart NetHunter cli as root
nethunter -r kex passwdconfigure the KeX password for root
nethunter -r kex &start NetHunter Desktop Experience as root
nethunter -r kex stopstop NetHunter Desktop Experience root sessions
nethunter -r kex killKill all KeX sessions
nethunter -r <command>run <command> in NetHunter environment as root
Basic useful Command

Note: The command nethunter can be abbreviated to nhTip: If you run kex in the background (&) without having set a password, bring it back to the foreground first when prompted to enter the password, i.e. via fg <job id> – you can later send it to the background again via Ctrl + z and bg <job id>

To use KeX, start the KeX client, enter your password and click connect Tip: For a better viewing experience, enter a custom resolution under “Advanced Settings” in the KeX Client

Tips

  1. Run sudo apt update && sudo apt full-upgrade first thing after installation. If you have plenty of storage space available you might want to run apt install kali-linux-default as well.
  2. All of the penetration testing tools should work but some might have restrictions, e.g. metasploit works but doesn’t have database support. If you discover any tools that don’t work, please post it in our forums.
  3. Some utilities like “top” won’t run on unrooted phones.
  4. Non-root users still have root access in the chroot. That’s a proot thing. Just be aware of that.
  5. Galaxy phone’s may prevent non-root users from using sudo. Just use “su -c” instead.
  6. Perform regular backups of your rootfs by stopping all nethunter sessions and typing the following in a termux session: tar -cJf kali-arm64.tar.xz kali-arm64 && mv kali-arm64.tar.xz storage/downloads That will put the backup in your Android download folder. Note: on older devices, change “arm64” to “armhf”
  7. Please join kali NetHunter in forums to exchange tips and ideas and be part of a community that strives to make NetHunter even better.

If you face any problems for installing kali NetHunter please comment below.

 Facebook: https://www.facebook.com/pastfutur.official

Twitter: https://twitter.com/PastFutur

Linkedin: https://www.linkedin.com/company/pastfutur

Email: [email protected]

Get Us:

About Fattain Naime

Hi, my name is Fattain Naime and I am a computer engineer and young entrepreneur. After graduating, I decided to follow my passion and start my own company, Builder Hall Pvt. Ltd. I am dedicated to using my technical skills and entrepreneurial spirit to create innovative solutions for my clients.Throughout my academic and professional career, I have developed a strong foundation in computer engineering principles, including programming languages, data structures, and algorithms. I have also gained experience in project management and business development, which has allowed me to successfully lead my own company.Since founding Builder Hall, I have worked tirelessly to build a team of talented professionals and bring cutting-edge technology solutions to the market. Our focus is on providing our clients with the best possible experience and helping them to achieve their business goals through the use of technology.In my role as CEO, I have been responsible for leading the company's strategy and overseeing all aspects of operations. I am constantly seeking out new opportunities for growth and expansion, and I am committed to building a culture of excellence within the company.Outside of work, I am an avid reader and enjoy staying up-to-date on the latest developments in the tech industry. I also enjoy spending time with my family and staying active through sports and fitness activities.If you're looking for a dynamic, driven computer engineer with a passion for entrepreneurship, don't hesitate to reach out and connect with me on LinkedIn. I'm always open to discussing new opportunities and ideas. Make the world easier.I am excited to share my skills and experience with others, and I hope to connect with like-minded individuals who are passionate about technology and entrepreneurship. Thank you for visiting my profile.

View all posts by Fattain Naime →

One Comment on “How to Install Kali NetHunter on any Android Phone without root”

Leave a Reply

Your email address will not be published. Required fields are marked *