Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

Crack a Fedora 25 password with john the ripper easily. This is fun.

$
0
0

To crack a Fedora Core password hash easily, the john the ripper utility will come in handy. This allows cracking of linux passwords without much fuss as long as the password is in the wordlist.

Install the utility.

[[email protected]

Documents]# dnf install john

Then it is necessary to make a copy of the /etc/shadow file in a directory like ~/Documents, this will make it easily accessible. Just make sure your user has permissions to read it.

[email protected] Documents]# cp /etc/shadow /home/jason/Documents/passwords[emailprotected] Documents]# chown jason passwords [ [emailprotected]

Documents]# chgrp jason passwords

Now the password cracking can begin.

[[email protected] Documents]$ john passwords -wordlist=rockyou.txt Loaded 2 password hashes with 2 different salts (crypt, generic crypt(3) [?/64]) Press 'q' or Ctrl-C to abort, almost any other key for status mypasswordissecure (jason) 1g 0:00:00:11 0% 0.08857g/s 323.1p/s 331.6c/s 331.6C/s 7895123..bloody Use the "--show" option to display all of the cracked passwords reliably Session aborted [Documents]$ mc [ Documents]$ john passwords -wordlist=rockyou.txt Loaded 2 password hashes with 2 different salts (crypt, generic crypt(3) [?/64]) Press 'q' or Ctrl-C to abort, almost any other key for status 302c64&*( (jason)

Viewing all articles
Browse latest Browse all 11063

Trending Articles