How to install hashcat beta on docker
#1
Hi, I'm asking like "on docker" because I have no idea about what I'm doing rightnow.
I tried to use vast.ai created an instance etc. Then tried to use hashcat beta.
"wget https://hashcat.net/beta/hashcat-6.1.1%2B116.7z"
"7z x hashcat-6.1.1*"
Then cd into the folder and none of those commands work "hashcat", ".hashcat", "./hashcat", "./hashcat.bin"

Can I run hashcat beta on docker, If I can run how can I do it?
Thanks.
Reply
#2
~/hashcat-6.1.1$ ./hashcat.bin


The error I got:
./hashcat.bin: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./hashcat.bin)
./hashcat.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./hashcat.bin)
Reply