john: apply suggestions (#3990)

client-spec/clarity
Starbeamrainbowlabs 2020-05-10 13:45:11 +01:00
parent 6683b2c486
commit b7f68fac4d
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
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}}`