Results 1 to 18 of 18

Thread: How to install tools and updates remotely on Nethunter using a Secure shell

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Join Date
    2014-Mar
    Posts
    163
    By default , the ssh password is the same you use to login in kali web interface .
    try to change your password

    On your device , open a terminal in kali nethunter and write this :
    sudo passwd root
    then it will ask you for a new password , write "101010" , and confirm again .
    101010 will be your new password for login as root .

    then activate ssh service in your nethunter and connect your device to the same network .

    on putty or ssh client , put your nethunter ip address and check if when you connect to your device if it asks for user login .
    if yes then write "root"
    then it will ask you a password , write "101010"

    (dont forget to accept machine key when you connect for the first time to your nethunter using putty)

    also , do a port scan on your nethunter ip address to check if port 22 is opened .

    open a terminal and write on the linux machine your are trying to connect to your nethunter :
    nmap xxx.xxx.xxx.xxx -p 22
    xxx.xxx.xxx.xxx is your nethunter ip address .
    In case you use windows , then download nmap for windows and install it , or use any other ip scanner you may find on the web (ex:angryip scanner) , and configure it to check port 22.

    I believe that you don't have iptables or any firewall in your device blocking ssh connections , i think .
    Let us know what happened .
    Last edited by pedropt; 2015-12-03 at 23:14.

Similar Threads

  1. Issue - Remotely Accessing Secure Kali Pi
    By v4resk in forum ARM Archive
    Replies: 0
    Last Post: 2022-12-27, 11:23
  2. Replies: 0
    Last Post: 2017-05-18, 06:07
  3. How to install all tools from Kali Linux into Nethunter
    By pedropt in forum NetHunter How-Tos
    Replies: 18
    Last Post: 2016-08-12, 21:48
  4. List of kali tools that need manual updates?
    By Joe_Wulf in forum General Archive
    Replies: 0
    Last Post: 2013-10-21, 05:19

Posting Permissions

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