Results 1 to 19 of 19

Thread: How to install all tools from Kali Linux into Nethunter

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2014-Mar
    Posts
    163

    How to install all tools from Kali Linux into Nethunter

    I am creating this topic but it will be very appriciated if anyone who have a second opinion to write down .

    If you dont know , Nethunter does not arrive with all the penetrations and exploiting tools that Kali Linux have in their repository , i think that happens because of the space needed and also because some tools are not probably compatible with Arm7 .

    Kali Linux menu avaliable tools : http://tools.kali.org/tools-listing

    But many tools from the menu from kali have already arm7 support , so you can install them individually (witch will take an eternity) , or you can all in a row and then remove the packages that are in conflict .

    To do this you will need 800M of space avaliable in your tablet .


    I strongly advice for you to do it using a secure shell from another computer in your network , to do that follow this tutorial :
    https://forums.kali.org/showthread.p...a-Secure-shell

    In case you want to do it by typing the commands on your tablet , it will work too .

    1st : Open Nethunter in your tablet and start a terminal session as root and write this :
    sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install kali-linux-full -y


    Note : After you insert the last lines , Nethunter will show you all the packages needed to be installed , there are a lot of packages , but in my image is showing only the ones i have removed , because i have already tested this , and i don't want to remove 800M again .

    After a long wait of installation you will get a screen pointing you to configure mysql server , and it asks you for a password .


    Put any password you want , because we will remove mysql later from Nethunter .

    After everything installed you will get this message from your nethunter :

    dpkg: error processing kali-linux-full (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    miredo
    mysql-server-5.5
    mysql-server
    kali-linux
    kali-linux-full
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Now it is time to remove only the packages that don't work with Nethunter and leave the rest installed , and for that you write in terminal .

    sudo apt-get purge miredo mysql-server mysql-server-5.5


    After this point , Nethunter will remove only those packages and will leave the others .

    And then you can try an update , upgrade and dist upgrade in a row to check if everything is right .
    sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y
    From now on you can call your favorite tool you use to work in your desktop kali linux in your nethunter .
    Last edited by pedropt; 2015-05-04 at 22:25.

Similar Threads

  1. Replies: 17
    Last Post: 2017-11-10, 14:40

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •