03-02-2015, 05:58 AM (This post was last modified: 03-02-2015, 05:58 AM by agoago.)
Hi,
I'm using this command to find my password on mac Yosemite
Code:
./hashcat-cli64.app -m 7100 hash.txt wordlist.txt
And it was successful, however it took a little bit long.
What if I know exactly how many chacracter my password have. In this case, it's 6 characters ("tobein"). How can I tell hashcat not to try further than that?
Too much overhead checking the length of each candidate. You can try using the other rule instead. Edit the rule file and replace <7 with '6 and see if that helps.
03-02-2015, 06:59 AM (This post was last modified: 03-02-2015, 07:00 AM by agoago.)
(03-02-2015, 06:54 AM)epixoip Wrote: Too much overhead checking the length of each candidate. You can try using the other rule instead. Edit the rule file and replace <7 with '6 and see if that helps.
I just tried that. The estimated time now is still the same as "<7"