hashcat Forum
Hashcat 5 Different Behaviour on AMD(Exhaust) and NVIDEA(cracked) cards - 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: Hashcat 5 Different Behaviour on AMD(Exhaust) and NVIDEA(cracked) cards (/thread-7962.html)



Hashcat 5 Different Behaviour on AMD(Exhaust) and NVIDEA(cracked) cards - Marsupilami - 11-18-2018

Hi together,
I observed a weird behaviour of hashcat 5.


When I start a hybrid attack (-a 6) with piping on NETLMv1(- m 5500) hashcat says Exhausted but the correct combination is created i have checked this because i wrote all combinations to a file.
But when I load the file to hashcat in a dictionary attack its exhausted too while the correct password is in the file..

At first I thought it could be the OS cause I used Windows but I observed this behaviour on a native linux machine too.

My next thought was that maybe something is wrong with my card. I checked this behaviour on a different card of a friend with same behaviour. But both cards are AMD cards.

Today I tried a NVIDEA card of another friend and the problems dont exist there. Its cracked immediately

The command:
hashcat64.exe -a 6 adminposs.txt ?d?d?d?s --stdout | hashcat64.exe -m 5500 admin.lc

If someone wants to investigate this I can send him adminposs.txt and admin.lc of course 
adminposs.txt includes all upper- and lovercase possibilities of SICHER1 admin.lc includes the NetLMV1 hash.

Greetings 
Marsupilami