error exectuing in Ubuntu16.06
#1
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
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.


Messages In This Thread
error exectuing in Ubuntu16.06 - by bonobo - 11-08-2016, 03:17 PM
RE: error exectuing in Ubuntu16.06 - by atom - 11-09-2016, 11:40 PM
RE: error exectuing in Arch linux - by bonobo - 11-11-2016, 11:56 PM
RE: error exectuing in Arch linux - by bonobo - 11-14-2016, 10:40 PM
RE: error exectuing in Ubuntu16.06 - by atom - 11-15-2016, 07:12 PM