Why its show me like this every time? How can i fix it please help me guys

┌──(kali㉿kali)-[~]
└─$ john -wordlist=wordlis hash.key
Using default input encoding: UTF-8
Loaded 1 password hash (SSH, SSH private key [RSA/DSA/EC/OPENSSH 32/64])
No password hashes left to crack (see FAQ)

The output message indicates what is happening: No password hashes left to crack.

john has already cracked this hash. You can see the resulted password as follows:

john hash.key --show

You can find the description on the help page:

$ john -h | grep "Show cracked"
--show[=left]              Show cracked passwords [if =left, then uncracked]
1 Like