john: apply suggestions (#3990)

client-spec/clarity
Starbeamrainbowlabs 2020-05-10 13:45:11 +01:00 committed by GitHub
parent ac75e5f12c
commit 98b6a6bc96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}}`