Recurring problem. bash command not found
#1
root@rastafi:~/Downloads# ls
cudaHashcat-1.36 cudaHashcat-1.36.7z
root@rastafi:~/Downloads# cd cudaHashcat-1.36
root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64
bash: cudaHashcat64: command not found
root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64.bin
bash: cudaHashcat64.bin: command not found
root@rastafi:~/Downloads/cudaHashcat-1.36# ls
charsets cudaExample500.sh example0.hash kernels
cudaExample0.cmd cudaHashcat32.bin example400.hash masks
cudaExample0.sh cudaHashcat32.exe example500.hash rules
cudaExample400.cmd cudaHashcat64.bin example.dict
cudaExample400.sh cudaHashcat64.exe extra
cudaExample500.cmd docs hashcat.hcstat


ive reinstalled my operating system and nvidia drivers and cuda a million times fresh and every time i do hashcat i end up with

root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64
bash: cudaHashcat64: command not found

how do i fix this i 7z x the file after downloading directly from website... every time i get this.

any advice appreciated. im very frusterated.
#2
Bro, do you even Linux?
#3
(05-21-2015, 06:25 AM)epixoip Wrote: Bro, do you even Linux?

Bro...

Answers not criticism. I learning. self taught myself all this shit. now im stuck. first time ive ever even had to post on a forum to ask for help.
#4
[Image: girls-laughing.jpg]
#5
(05-21-2015, 06:30 AM)RastaFist Wrote: Answers not criticism. I learning. self taught myself all this shit.


That's great, but this is Hashcat support forum, not a Linux support forum. I'd strongly suggest learning how to use your operating system before moving on to something like password cracking.

Anyway, I'll throw you a bone. In Linux, you cannot execute programs that are not within your PATH unless you specify an absolute or relative path. You also cannot omit file extensions in Linux as you can in Windows. In Linux file extensions largely hold no significance, so they are part of the filename.

http://askubuntu.com/questions/320632/wh...-directory
http://unix.stackexchange.com/questions/...ute-a-file
#6
new problem. i fixed the old one myself.

ERROR: cuModuleLoad() 209
#7
forgot to install some lib libraries etc. im sure thats wrong terminologly but i could careless at this point lol. im tired of switching to windows to use my gpu.
#8
Ok, that's a relevant error.

http://hashcat.net/wiki/doku.php?id=freq...error_mean
#9
heres the whole output...

root@rastafi:~/Downloads/cudaHashcat-1.36# ./cudaHashcat64.bin -m 2500 -a 0 -w 3 /root/test.hccap /root/realhuman_phill.txt
cudaHashcat v1.36 starting...

Device #1: NVS 5400M, 1023MB, 950Mhz, 2MCU
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c


ERROR: cuModuleLoad() 209
#10
apologies for posting the previous one in here. i couldnt tell the difference as i was trying to use hascat and got the error i naturally assunmed somebody here would know wtf i was talkin bout