View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#251
Originally Posted by LondonBenji View Post
Thank you, you are right about using John, I checked the site but it looked like it charged for use? Perhaps I missed something.

Thanks again.
What site? I'm talking about John The Ripper password cracker.

First save your password to file:
Code:
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): > password
And then crack the password on your computer (john seems to be in extras-devel, so you might could do this slowly with your phone also):
Code:
john -format:DES -i:digits password
 

The Following 2 Users Say Thank You to laasonen For This Useful Post: