hashcat Forum
Ubuntu 14.04 Hashcat command? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Ubuntu 14.04 Hashcat command? (/thread-4821.html)

Pages: 1 2


Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-16-2015

Ok so I got everything set up, I got tons of wordslists and etc, I got hash file set up and etc, but when i try to run this (yes I did CD to the hashcat folder):
Code:
hashcat -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/


It gives me this:
hashcat: command not found


Help?


RE: Ubuntu 14.04 Hashcat command? - royce - 11-16-2015

Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent).


RE: Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-16-2015

(11-16-2015, 02:40 AM)royce Wrote: Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent).

Can you give me the full command?


RE: Ubuntu 14.04 Hashcat command? - Rolf - 11-16-2015

This should do the trick.
Quote:./hashcat-cli32.bin -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/



RE: Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-16-2015

(11-16-2015, 01:54 PM)Rolf Wrote: This should do the trick.
Quote:./hashcat-cli32.bin -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/

./hashcat-cli32.bin: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory



When I tried hashcat-cli64.bin:

This copy of hashcat will expire on 01.01.2016. Please upgrade to continue using hashcat.

./hashcat-cli64.bin: unrecognized option '--output-file=cracked.txt'


RE: Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-17-2015

can anyone help?


RE: Ubuntu 14.04 Hashcat command? - epixoip - 11-17-2015

RTFM


RE: Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-17-2015

(11-17-2015, 02:20 AM)epixoip Wrote: RTFM

Can you provide link to said manual?


RE: Ubuntu 14.04 Hashcat command? - epixoip - 11-17-2015

./hashcat-cli64.bin -h

http://hashcat.net/wiki/doku.php?id=hashcat

http://hashcat.net/wiki/doku.php?id=frequently_asked_questions


RE: Ubuntu 14.04 Hashcat command? - Ubuntu1404 - 11-18-2015

(11-17-2015, 02:31 AM)epixoip Wrote: ./hashcat-cli64.bin -h

http://hashcat.net/wiki/doku.php?id=hashcat

http://hashcat.net/wiki/doku.php?id=frequently_asked_questions

hashcat: command not found