brannondorsey / naive-hashcat

Crack password hashes without the fuss :cat2:
MIT License
1.21k stars 161 forks source link

Inconsistency in parameters in README #2

Closed adjkant closed 6 years ago

adjkant commented 6 years ago

In the following section from the README, HASH_MODE and HASH_TYPE are inconsistent. Not sure which one is valid but may confuse someone trying to use in the future.


HASH_FILE=hashcat-3.6.0/examples0.hash POT_FILE=hashcat.pot HASH_MODE=0 ./naive-hashcat.sh

....


PS: Came from Hacker News, not personally a user and know this is small but hope it helps someone in the future. Cool project!

brannondorsey commented 6 years ago

Just fixed with 7dc2e3bfd128a4e72dc6e0503d5944c5ab250e45. Thank you for bringing this to my attention! I appreciate it :smile_cat: