s@ubuntu:~$ sudo john --wordlist=dic.txt --format=crypt pass.txt Loaded 2 password hashes with 2 different salts (crypt, generic crypt(3) [?/64]) Remaining 1 password hash Press 'q' or Ctrl-C to abort, almost any other key for status qwert (user03) 1g 0:00:00:00 100% 33.33g/s 66.66p/s 66.66c/s 66.66C/s 12345..qwert Use the "--show" option to display all of the cracked passwords reliably Session completed s@ubuntu:~$ cat dic.txt 12345 qwert s@ubuntu:~$