# John The Ripper * [Formats](http://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats) # Usage * Example ```sh john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ./hash.txt --format=raw-sha256 --fork=2 ``` ## Declaring Structure * List subformat ```sh john --list=subformats ``` ```sh john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ./hash.txt --format=dynamic_85 --fork=2 ```