Problem -> hashcat 6.1.2 + Geforce 5090
#1
I have a problem with Geforce 5090 + hashcat version 6.1.2

When I run crack task on hashcat 6.1.2 or earlier:

./hashcat -m 1000 -a 0 hash.txt BIG_DICTIONARY_20G.dic -r some.rule

My OS Ubuntu 24 is rebooting...

Version 7.1.2 is working without problem, it's same task works with  Geforce 4090 on all version of hashcat...

How can I run hashcat 6.1.2 + Geforce 5090, since on 6.1.2 I have my own implementation of one type of hash and I need to run it in this build?
Reply
#2
(Yesterday, 09:17 AM)zamgold Wrote: I have a problem with Geforce 5090 + hashcat version 6.1.2

When I run crack task on hashcat 6.1.2 or earlier:

./hashcat -m 1000 -a 0 hash.txt BIG_DICTIONARY_20G.dic -r some.rule

My OS Ubuntu 24 is rebooting...

Version 7.1.2 is working without problem, it's same task works with  Geforce 4090 on all version of hashcat...

How can I run hashcat 6.1.2 + Geforce 5090, since on 6.1.2 I have my own implementation of one type of hash and I need to run it in this build?

Important clarification!

Overloaded ONLY with the -O parameter:
./hashcat -m 1000 -a 0 hash.txt BIG_DICTIONARY_20G.dic -r some.rule -O
Reply
#3
(Yesterday, 11:48 AM)zamgold Wrote:  I have my own implementation of one type of hash and I need to run it in this build

Could it be that your changes to the source could be at fault if it works on every other version with the built in hash types? Just a thought.
Reply