Update README.md
This commit is contained in:
parent
5b2c570b02
commit
7dc2e3bfd1
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue