hashcat Forum
bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error (/thread-6081.html)

Pages: 1 2


bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

Hey guys, I really need help. Its been 8 hours since ive been trying to find a solution for this.

Linux The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Version-2.0 (Running on VMware)

No matter what I try it says "bash: ./hashcat64.bin: cannot execute binary file: Exec format error" when i run to run the bashcat64.bin file on hashcat 3.10

It says that my hashcat need to be updated when I type "hashcat" in the terminal, and when I try updating it-it says that I am on the latest version. So I downloaded 3.10 from the website but then fell into this problem and im stuck on it for the past 2 days now. Ive tried a few version of cathash and every one of them seem to be having the same problem.

I am new to this forum, please help me out. 

(The screenshot shows the problem)

I hope you guys could help me out, this forum is great.


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Xanadrel - 12-01-2016

How did you extract the archive ? You should be using "7z x".
Is your The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 64bits ?


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

(12-01-2016, 02:21 AM)Xanadrel Wrote: How did you extract the archive ? You should be using "7z x".
Is your The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 64bits ?

Yes its 64 Bit and I used 7z to extract using the terminal

(Did it again and posted screenshot too)


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - atom - 12-01-2016

Just build it from source:

git clone https://github.com/hashcat/hashcat
cd hashcat
git init submodule
git init update
make

done


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

(12-01-2016, 11:09 AM)atom Wrote: Just build it from source:

git clone https://github.com/hashcat/hashcat
cd hashcat
git init submodule
git init update
make

done

I just tried it and it says "git repository in root/hashcat/submodule/.git/"

I ran all the commands. except for the git clone command nothing seems to be working.

(Check the attachment out)


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - atom - 12-01-2016

Err that was a bit too early in the morning.

Of course I mean:

Quote:git clone https://github.com/hashcat/hashcat
cd hashcat
git submodule init
git submodule update
make



RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

(12-01-2016, 05:55 PM)atom Wrote: Err that was a bit too early in the morning.

Of course I mean:

Quote:git clone https://github.com/hashcat/hashcat
cd hashcat
git submodule init
git submodule update
make

Okay so I put these commands in and this is what I got (screenshots) and it gave me an error saying Win 32 isnt defined, I ran hashcat and it still says that the software is out of date. Dang man, its frustrating. Thanks for all the help though.


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - atom - 12-01-2016

You just need to run ./hashcat instead of hashcat


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

(12-01-2016, 07:24 PM)atom Wrote: You just need to run ./hashcat instead of hashcat

This is what I did, im really sorry if im being irritating since im still in the learning process. But the screenshot shows what I did. Does this mean ive got hashcat? and if yes then do i have to write all these commands to start it up everytime i wanna use it?


RE: bash: ./hashcat64.bin: cannot execute binary file: Exec format error - Kevinback4real - 12-01-2016

(12-01-2016, 07:45 PM)Kevinback4real Wrote:
(12-01-2016, 07:24 PM)atom Wrote: You just need to run ./hashcat instead of hashcat

This is what I did, im really sorry if im being irritating since im still in the learning process. But the screenshot shows what I did. Does this mean ive got hashcat? and if yes then do i have to write all these commands to start it up everytime i wanna use it?

Okay I quit the terminal and launched it back up and started fresh by typing cd hashcat and then ./hashcat --help and a shit load of options and how to use pops up so I guess its working. Could you confirm if ive got hashcat? I know, im such a noob.