f0cker / crackq

CrackQ: A Python Hashcat cracking queue system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing without GPU hardware

jllang763 opened this issue · comments

I want to do some testing of the "add_inapp_auth_admin" branch but I do not have spare GPU hardware to use. Any suggestions on how to get the crackq docker image running without GPU hardware?

Yeah when you build, you can build it with OpenCL drivers. You just need the OpenCL runtime drivers (https://github.com/intel/compute-runtime/). Then you can use:
sudo ./install.sh docker/opencl/ubuntu or sudo ./install.sh docker/opencl/centos

Here ubuntu/centos is the OS for the crackq docker container. For my dev env I use the ubuntu build and then docker-compose.dev.yml

Let me know how it goes, I'm going to merge it into master soon. Thanks.