From 7dc2e3bfd128a4e72dc6e0503d5944c5ab250e45 Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Wed, 1 Nov 2017 11:30:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b80682e..ca40ff8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To crack your hashes, pass this file as `HASH_FILE=hashes.txt` to the command be `naive-hashcat.sh` takes, at most, three parameters. All parameters are expressed using unix environment variables. The command below shows the default values set for each of the configurable environment variables that `naive-hashcat.sh` uses: ```bash -HASH_FILE=hashcat-3.6.0/examples0.hash POT_FILE=hashcat.pot HASH_MODE=0 ./naive-hashcat.sh +HASH_FILE=hashcat-3.6.0/examples0.hash POT_FILE=hashcat.pot HASH_TYPE=0 ./naive-hashcat.sh ``` - `HASH_FILE` is a text file with one hash per line. These are the password hashes to be cracked. @@ -342,4 +342,4 @@ Below is a list of hash-type codes supported by hashcat. If you don't know the t 15600 | Ethereum Wallet, PBKDF2-HMAC-SHA256 | Password Managers 15700 | Ethereum Wallet, SCRYPT | Password Managers 99999 | Plaintext | Plaintext -``` \ No newline at end of file +```