mirror of
https://github.com/brannondorsey/naive-hashcat.git
synced 2025-07-28 08:14:15 +02:00
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:
|
`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
|
```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.
|
- `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
|
15600 | Ethereum Wallet, PBKDF2-HMAC-SHA256 | Password Managers
|
||||||
15700 | Ethereum Wallet, SCRYPT | Password Managers
|
15700 | Ethereum Wallet, SCRYPT | Password Managers
|
||||||
99999 | Plaintext | Plaintext
|
99999 | Plaintext | Plaintext
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user