hacking ssh password

Discussion in 'Ethical hacking' started by G421D, May 28, 2012.

  1. G421D

    G421D New Member

    Joined:
    Feb 25, 2012
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    i've found a username of ssh, but i still cudn't et the password....any advice guys?
     
  2. Alex.Gabriel

    Alex.Gabriel New Member

    Joined:
    Oct 23, 2011
    Messages:
    86
    Likes Received:
    7
    Trophy Points:
    0
    Occupation:
    Linux system administrator
    Location:
    Italy
    Home Page:
    http://blog.evilcoder.net
    ssh a.k.a sshd is a service running on Unix/Windows machines. If you ask how do you get the password .. sorry my friend but i answer you with another question :
    Why do you need it ? If you don't google 5 minutes before asking here ... you cant just enter in some machine using sshd to ask after that :
    Code:
    I own a Linux server. What's next ?
     
  3. G421D

    G421D New Member

    Joined:
    Feb 25, 2012
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    I mean I have a problem to find the hash of the password....they showed me username but not the password, oya, of course i need the password to get root access.....hehe.thanks anyways....
     
  4. Alex.Gabriel

    Alex.Gabriel New Member

    Joined:
    Oct 23, 2011
    Messages:
    86
    Likes Received:
    7
    Trophy Points:
    0
    Occupation:
    Linux system administrator
    Location:
    Italy
    Home Page:
    http://blog.evilcoder.net
    password hash can be found in /etc/shadow file , to view it you must be root . If you are root and you just need to find a password hash just use this command:
    Code:
    cat /etc/shadow | grep your_username
    Have fun
     
  5. G421D

    G421D New Member

    Joined:
    Feb 25, 2012
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    ok, thaks sir......
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice