killchain-compendium/hashes/password_cracking/john.md

21 lines
444 B
Markdown

# 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
```