hashcat Forum

Full Version: Ubuntu 14.04 Hashcat command?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
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).
(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?
This should do the trick.
Quote:./hashcat-cli32.bin -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/
(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'
can anyone help?
RTFM
(11-17-2015, 02:20 AM)epixoip Wrote: [ -> ]RTFM

Can you provide link to said manual?
(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=freq..._questions

hashcat: command not found
Pages: 1 2