hacking ssh password
|
Go4Expert Member
|
|
| 28May2012,20:01 | #1 |
|
i've found a username of ssh, but i still cudn't et the password....any advice guys?
|
|
Contributor
|
|
| 30May2012,01:13 | #2 |
|
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 ? |
|
Go4Expert Member
|
|
| 30May2012,11:57 | #3 |
|
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....
|
|
Contributor
|
|
| 30May2012,22:35 | #4 |
|
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 |
|
Go4Expert Member
|
|
| 31May2012,14:15 | #5 |
|
ok, thaks sir......
|
