osx errors
#1
keep getting an error when trying a mask attack in mac osx Catalina "zsh: no match found". Dictionary attack is working.
im using hashcat 5.1.0.
Reply
#2
you need to properly escape your arguments depending on your shell
Reply
#3
(01-04-2020, 04:12 PM)jobny Wrote: keep getting an error when trying a mask attack in mac osx Catalina "zsh: no match found". Dictionary attack is working.
im using hashcat 5.1.0.

I use quotes, for example: hashcat -m 100 -a 3 hash '?l?l?'
Reply