Ubuntu 14.04 Hashcat command?
#1
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?
#2
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).
~
#3
(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?
#4
This should do the trick.
Quote:./hashcat-cli32.bin -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/
#5
(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'
#6
can anyone help?
#7
RTFM
#8
(11-17-2015, 02:20 AM)epixoip Wrote: RTFM

Can you provide link to said manual?
#9
./hashcat-cli64.bin -h

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

http://hashcat.net/wiki/doku.php?id=freq..._questions
#10
(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