Posts: 7
Threads: 1
Joined: Nov 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?
Posts: 930
Threads: 4
Joined: Jan 2015
11-16-2015, 02:40 AM
(This post was last modified: 11-16-2015, 02:40 AM by royce.
Edit Reason: typo
)
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).
~
Posts: 7
Threads: 1
Joined: Nov 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?
Posts: 601
Threads: 18
Joined: Apr 2010
This should do the trick.
Quote:./hashcat-cli32.bin -m 2811 --output-file=cracked.txt --remove hash.txt wordlists/
Posts: 7
Threads: 1
Joined: Nov 2015
11-16-2015, 02:01 PM
(This post was last modified: 11-16-2015, 02:02 PM by Ubuntu1404.)
(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'
Posts: 7
Threads: 1
Joined: Nov 2015
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 7
Threads: 1
Joined: Nov 2015
(11-17-2015, 02:20 AM)epixoip Wrote: RTFM
Can you provide link to said manual?
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 7
Threads: 1
Joined: Nov 2015