I am able to crack my password by JtR. I think I need a faster way to crack it, then I chose to use cudaHashcat, but I cannot get the password.
The plaintext password is : promise13
It is encrypted in NetNTLMv1 form, which is from FreeRadius (EAP-MSCHAPv2).
In hashcat, the file of encrypted.txt is
abc:$NETNTLM$0cc66ad8c65e818a$9bd1b0419bfaf107f5b0a7465437ac9916d745b7d5c4d39a
Any clues on how to crack the password on cudaHashcat?
Ref: https://hashcat.net/forum/thread-2011.html
The plaintext password is : promise13
It is encrypted in NetNTLMv1 form, which is from FreeRadius (EAP-MSCHAPv2).
Quote:User: abc
Challenge: 0cc66ad8c65e818a
Response: 9bd1b0419bfaf107f5b0a7465437ac9916d745b7d5c4d39a
Quote:cudaHashcat64.exe -m 5500 -a 3 encrypted.txt
encrypted.txt
abc::::9bd1b0419bfaf107f5b0a7465437ac9916d745b7d5c4d39a:0cc66ad8c65e818a
In hashcat, the file of encrypted.txt is
abc:$NETNTLM$0cc66ad8c65e818a$9bd1b0419bfaf107f5b0a7465437ac9916d745b7d5c4d39a
Any clues on how to crack the password on cudaHashcat?
Ref: https://hashcat.net/forum/thread-2011.html