I was following this tutorial http://techglimpse.com/password-cracking-with-hashcat/ [url=http://techglimpse.com/password-cracking-with-hashcat/][/url],
obviously changing/updating commands where necessary. And I have encountered various problems.
When I input the help command it responds fully as can be seen in this short quote
However when I input a proper command this is what happens:
I Fixed this by moving OpenCl directory to /usr/bin/ and changed to OpenCL to enable execution of it.
However I now encounter this error
obviously changing/updating commands where necessary. And I have encountered various problems.
When I input the help command it responds fully as can be seen in this short quote
Code:
cadiz@cadiz:~$ hashcat64.bin --help
hashcat, advanced password recovery
Usage: hashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
However when I input a proper command this is what happens:
Code:
cadiz@cadiz:~$ hashcat64.bin -m 0 -a 1 Desktop/md5ex.txt Desktop/realuniq.lst -r hashcat-3.10/rules/combinator.rule
ERROR: /usr/bin/OpenCL/: No such file or directory
I Fixed this by moving OpenCl directory to /usr/bin/ and changed to OpenCL to enable execution of it.
However I now encounter this error
Code:
sudo cat -m 0 -a 1 Desktop/md5ex.txt Desktop/realuniq.lst
[sudo] password for cadiz:
hashcat (v3.10) starting...
Usage: cat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
Try --help for more help.