Ive recently downloaded the latest version of hashcat from github, and am not trying to run a basic bruteforce attach on the sample hashes provided.
However, despite reading the documentation I consistently get the following error, where ?a?a?a is changeable to the type of option I provide (And have no idea where Im going wrong):
For example the following command:
hashcat -a3 example0.hash ?a?a?a
Returns this:
zsh: no matches found: ?a?a?a
If I changed ?a?a?a with ?l?l, then the error would change to include this new parameter.
Ive tried many different variations to no avail. Any insight is appreciated. Thanks!