hackingDNA

John the Ripper

Password Attackskali · parrot

Classic password cracker for offline hash attacks and format detection.

Install

sudo apt install john

Common commands

john hashes.txt
john --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt
john --show hashes.txt

Use only on systems you are authorized to test. Follow program scope.

Related tools