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'
(11-17-2015, 02:20 AM)epixoip Wrote: [ -> ]RTFM
Can you provide link to said manual?