Guide you step by step to install and run Backtrack on android. As the Backtrack is also available with ARM architecture which makes it possible to run Backtrack on an ARM machine such as mobiles or tablets.

Recently, We are discussed Install and Run BackTrack on Windows. Android is the best OS for penetration testing. It designed for digital forensics and penetration testing or hacking tool. It comes with many more updated tools. As the Backtrack is also available with ARM architecture which makes it possible to run Backtrack on an ARM machine such as mobiles or tablets.

Also Read: How To Install Kali Linux On Any Android

Steps To Install and Run Backtrack On Android

Requirements:

  1. A Rooted  Device
  2. Backtrack ARM
  3. BusyBox [ Download ]
  4. Android Terminal and android VNC
  5. If you are using a PC then you need 7zip for extraction otherwise you can use zarchiver on your android phone. [ Download ]

Step to Install and Run Backtrack On Android:

First of all extract the BT5-GNOME-ARM.7z. and copy the “BT5” folder and then put in your phone’s root directory. Here my phone is /sdcard. The root directory is different for different mobile devices.

  1. Now install all the above apps Busybox, Android Terminal, Android Vnc.
  2. After installing the BusyBox application open it and wait until it finishes loading and then clicks on Smart install.
  3. Now open the android terminal and type the following command:
    su cd /sdcard/BT5
    sh bootbt
    NOTE :- When you type su in terminal it will ask you for a superuser request and you have to tap on Grant.
  4. After this, type the following commands in the terminal.
    export USER=root
    vncpasswd
  5. After entering vncpasswd the terminal will ask you to enter a password. Enter the desired password and hit enter.
  6. Now type the following commands.
    tightvncserver -geometry 1280×720
  7. The terminal emulator will create the localhost to connect it to the VNC server. Now note the localhost port marked red below. Now minimize the terminal emulator.
  8. Open the android VNC and type the following settings.

Nickname : BT5
Password : your password here which you entered in terminal (step no.6)
Address : localhost
Port : 5906

NOTE: Make sure that your localhost’s port matches with the terminal’s localhost. Here mine New ‘X’ desktop is localhost:6. You may be different. So, in VNC type Port 590X where the “X” is the localhost in the android terminal.

Also Read: Top 10 Best Hacking Tools For Linux

That’s it now just tap on connect to run the Backtrack on your android. So in this way you successfully install and run backtrack 5 on android. If you face any problem feel free to discuss in below comments!