Cracking Hashes

Use JohnTheRipper against lots of different types of hashes. Doesn't need a GPU so works well on a virtual machine.

This is useful to identify hash type:

Can speed up JohnTheRipper if you tell it the correct hash type:

PGP Key

Convert PGP key to John format:

Crack it:

SSH

If we find an encrypted SSH private key, get sshng2john if needed and convert to John format:

Now we can try to crack it:

Last updated