john: apply suggestions (#3990)

This commit is contained in:
Starbeamrainbowlabs
2020-05-10 13:45:11 +01:00
parent 6683b2c486
commit b7f68fac4d

View File

@@ -25,7 +25,7 @@
- Crack password hashes, using a specific hash format: - 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: - Crack password hashes, enabling word mangling rules:
@@ -33,4 +33,4 @@
- Restore an interrupted cracking session from a state file, e.g. `mycrack.rec`: - Restore an interrupted cracking session from a state file, e.g. `mycrack.rec`:
`john --restore={{mycrack}}` `john --restore={{path/to/mycrack.rec}}`