John the ripper'John' is a known password cracking tool widely used by all penetration tester. It's easy to use and can be found on almost every linux distribution. 'John' supports a lot of parameters that will help you crack a password faster, just run $john Below is a quick setup guide to install it on Fedora Linux with two easy steps :
> Now, you are ready to crack ! The lines below are from a shadow file (/etc/shadow) of a Linux system: alice:$6$.s6xaWmE$bJiOsP5cW72kG1JcpR9ALCNkE4gTbzVj59BrGTNRwv9PdUo0M9BYb/RgyCU/DRE8O3y3Mg/9vLnOxlH4m0jlM.:17470:0:99999:7::: Each lines consists from 4 main parts :
> Let's crack the passwords ! As user run $ john /etc/shadow . In our example we use a shadow file that contains the above 2 hashes (alice & bob)
Tips:
|