hashcat Forum
hash on rasberry 4 armv7l with a kaili linux - 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: hash on rasberry 4 armv7l with a kaili linux (/thread-8967.html)



hash on rasberry 4 armv7l with a kaili linux - pikl - 02-15-2020

hello ,

i would like to know if i could use naive-hashcat with my rasberry pi4.
i just got kaili linux installed on and i did download one distrib of hashcat but it look like it the 3.6.0 so maybe it to old.

but when i try it it told me it count execute the binary file, so i did check the distrib that it linux and the version of my gpu, but it turn out it a armv7l.

don t know if hashcat work on it or not, if someone can advice me or give me some tip on this.

i got a file that i need to hash , thanks in advance


RE: hash on rasberry 4 armv7l with a kaili linux - undeath - 02-15-2020

only x86 systems are officially supported even though you can probably compile hashcat for arm. However, I'm not aware of any working OpenCL runtime for arm/rpi which is required to use hashcat.


RE: hash on rasberry 4 armv7l with a kaili linux - pikl - 02-15-2020

thank you for the reply , i did try to use all the binary that was in the folder but it didn t work, look like it not supported :/


RE: hash on rasberry 4 armv7l with a kaili linux - mahoganyduck - 02-20-2020

I've compiled and run hashcat on a raspberryPi, and it does work. It's horribly slow naturally, but it does work. Also pretty frustrating to get going...

You have to compile some funky OpenCL version: https://github.com/wimvanderbauwhede/limited-systems/wiki/Installing-OpenCL--on-the-Raspberry-Pi-3
And compile hashcat itself, both of which take their sweet time.

At the end of all that, there's still no GPU support (cpu only), the only real payoff I saw was the technical experience, so I'd recommend some soul searching before diving in.

There's was some experimental openCL work for the GPU in the pi3, but I basically rage quit trying to get it to work right. Smile

https://hackaday.com/2019/01/24/running-opencl-on-a-raspberry-pi-gpu/
https://github.com/doe300/VC4CL

mdxfind says it supports ARM, but I can't verify that or any kind of performance.

Good luck!


RE: hash on rasberry 4 armv7l with a kaili linux - marc1n - 05-12-2022

https://gist.github.com/Jiab77/5da5f13579134cebc52cf29a3f5f3a02