Results 1 to 4 of 4
Hi there,
I need to get the root password, which is basically stored in /etc/shadow file in md5 format. I want it in decrypted format.
Any suggestion??
Thanx.......
- 03-03-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
how to get decrypted password???
Hi there,
I need to get the root password, which is basically stored in /etc/shadow file in md5 format. I want it in decrypted format.
Any suggestion??
Thanx....
- 03-03-2007 #2
You can't 'decrypt' MD5. You can't even get the shadow file without root permissions anyways. If you for some reason had root permissions and needed the root pass (shady) you would save the shadow and passwd and run jtr on them.
- 03-03-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
@likwid
Thnax for concern...
Originally Posted by likwid
I am a newbie to linux. i somehow need to get the password string (original) or need to make something so that when i give a string which is my password for root i will get the same encrypted string. So that i can compare them for authentication. I tried with md5crypt command running on grub prompt, but it always creates a diff string(may b coz of diff key generation each time)...
Is their any other way out to this..????
Thanx....
- 03-03-2007 #4
Decrypting an md5 hash is impossible without 100 years, a cluster of 400 computers and a lot of luck
GRUB-CRYPT uses 'dirty' md5 hashes (inserts random characters in the hash). If you lost your password the easiest way of changin it is booting from a live cd and chrooting inside the root partition and changing it with passwdPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums



