killchain-compendium/hashes/password_cracking/john.md

444 B

John The Ripper

Usage

  • Example
john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ./hash.txt --format=raw-sha256 --fork=2

Declaring Structure

  • List subformat
john --list=subformats
john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ./hash.txt --format=dynamic_85 --fork=2