mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
john: apply suggestions (#3990)
This commit is contained in:
parent
6683b2c486
commit
b7f68fac4d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Crack password hashes, using a specific hash format:
|
||||
|
||||
`john --format={{md5crypt|...}} {{path/to/hashes.txt}}`
|
||||
`john --format={{md5crypt}} {{path/to/hashes.txt}}`
|
||||
|
||||
- Crack password hashes, enabling word mangling rules:
|
||||
|
||||
|
@ -33,4 +33,4 @@
|
|||
|
||||
- Restore an interrupted cracking session from a state file, e.g. `mycrack.rec`:
|
||||
|
||||
`john --restore={{mycrack}}`
|
||||
`john --restore={{path/to/mycrack.rec}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue