|
Problem -> hashcat 6.1.2 + Geforce 5090 - 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: Problem -> hashcat 6.1.2 + Geforce 5090 (/thread-13424.html) |
Problem -> hashcat 6.1.2 + Geforce 5090 - zamgold - 11-14-2025 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? RE: Problem -> hashcat 6.1.2 + Geforce 5090 - zamgold - 11-14-2025 (Yesterday, 09:17 AM)zamgold Wrote: I have a problem with Geforce 5090 + hashcat version 6.1.2 Important clarification! Overloaded ONLY with the -O parameter: ./hashcat -m 1000 -a 0 hash.txt BIG_DICTIONARY_20G.dic -r some.rule -O RE: Problem -> hashcat 6.1.2 + Geforce 5090 - slyexe - 11-15-2025 (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. |