killchain-compendium/hashes/password_cracking/john.md

9 lines
162 B
Markdown
Raw Normal View History

2021-08-23 01:13:54 +02:00
# John The Ripper
# Usage
* Example
```
john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ./hash.txt --format=raw-sha256 --fork=2
```