Slow Speed With Tesla V100 - 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: Slow Speed With Tesla V100 (/thread-7799.html) |
Slow Speed With Tesla V100 - gnubie - 09-09-2018 So i just get a google cloud instance for test with k80, i install drivers with these https://killtacknine.com/test-driving-google-cloud-gpus-with-hashcat/ After these for test, i remove the K80 and put a v100 and just run hashcat and get those numbers(ridicullus) Code: 627 MH/s Compared to those benchmarks, i think im doing something bad https://hashcat.net/forum/thread-6972.html Code: Hashmode: 2611 - vBulletin < v3.8.5 Command i use Code: screen -L -dmS hashcat ./hashcat64.bin -m 2611 --username --potfile-path 2611.pot hashes.txt wordlist.txt Running hashcat GPU status Also i can do something for better performance? like what is the best attack mode for a lot hashes at a time with 300GB wordlist? im testing in Different databases hashes. RE: Slow Speed With Tesla V100 - undeath - 09-09-2018 You can use -w4 for slightly better speed. Other than that, you are comparing a straight wordlist attack with over 3m hashes with a bruteforce on one single hash. Performance will definitely be worse. Besides, if your wordlist is 300gb it's probably crap. RE: Slow Speed With Tesla V100 - gnubie - 09-09-2018 (09-09-2018, 04:04 PM)undeath Wrote: You can use -w4 for slightly better speed. Other than that, you are comparing a straight wordlist attack with over 3m hashes with a bruteforce on one single hash. Performance will definitely be worse. for trying to crack the most % of a DB isnt the best to have more passwords? I get around 27Million lines with k80 in 12 hours(96.44%) just like these, difference? it was md5, and these is vbulletin(pretty worst). And what about attack mode. RE: Slow Speed With Tesla V100 - undeath - 09-09-2018 If you want to compare the speed of two cards at least use the same hash list and the same attack. Everything else is not going to give much meaningful information. 300gb is crap because it will mainly consist of somehow generated garbage, hardly better than brute force. Use clever attacks that involve proper wordlists with rules and other mangling. |