MD5: Need Advice
#18
(05-15-2017, 07:56 PM)philsmd Wrote: Nope, not at all!

I just wrote:
Quote:the remaining buffers are all 0

0 means zero and not something else (like insert the salt buffer etc, I didn't write that).

I can't help you more than that, you need to read carefully and try to understand what others tell you, otherwise it won't work!

Thanks philsmd - I am trying very hard to understand, but this is my first time looking at code like this, in this language.

I think I got it now, but I was more concerned about whether I was modifying the right lines, not so much the content. I have corrected the rest with 0s and done that in all the spots those lines relating to prepending the salt are in the files. 

I appreciate your assistance and patience.

Edit: I ran a test with two different values using this command line:

c:\hashcat-3.5.0>hashcat64.exe -m 3710 -a 3 -1 ?l?d --hex-salt --gpu-temp-disable --session=all -p: --status --status-timer=5 -w 2 b29a511163a1869c6f15299a35f81875:14c4b06b824ec593239362517f538b29 ?d?d?d?d?d?d

This is the known provided test account from above, passing in the hex md5 hash of the username as the salt. I tried this with my account as well, and neither found the matching password, just all exhausted.

This is a link to my modified a3.cl file. I did clear out the kernels folder as well, prior to running for the first time.

https://pastebin.com/AxLafqGV

Thank you again for the help!


Messages In This Thread
MD5: Need Advice - by PWn3R - 05-11-2017, 07:18 PM
RE: MD5: Need Advice - by royce - 05-12-2017, 01:33 AM
RE: MD5: Need Advice - by PWn3R - 05-12-2017, 01:48 AM
RE: MD5: Need Advice - by royce - 05-12-2017, 02:04 AM
RE: MD5: Need Advice - by philsmd - 05-12-2017, 08:55 AM
RE: MD5: Need Advice - by PWn3R - 05-12-2017, 09:12 AM
RE: MD5: Need Advice - by royce - 05-12-2017, 09:04 AM
RE: MD5: Need Advice - by philsmd - 05-12-2017, 09:17 AM
RE: MD5: Need Advice - by PWn3R - 05-12-2017, 09:26 AM
RE: MD5: Need Advice - by PWn3R - 05-12-2017, 06:13 PM
RE: MD5: Need Advice - by epixoip - 05-12-2017, 08:24 PM
RE: MD5: Need Advice - by PWn3R - 05-12-2017, 10:29 PM
RE: MD5: Need Advice - by philsmd - 05-14-2017, 07:03 AM
RE: MD5: Need Advice - by PWn3R - 05-15-2017, 06:01 PM
RE: MD5: Need Advice - by philsmd - 05-15-2017, 07:23 PM
RE: MD5: Need Advice - by PWn3R - 05-15-2017, 07:46 PM
RE: MD5: Need Advice - by philsmd - 05-15-2017, 07:56 PM
RE: MD5: Need Advice - by PWn3R - 05-15-2017, 08:09 PM
RE: MD5: Need Advice - by philsmd - 05-15-2017, 08:27 PM
RE: MD5: Need Advice - by PWn3R - 05-15-2017, 08:31 PM
RE: MD5: Need Advice - by philsmd - 05-15-2017, 08:37 PM
RE: MD5: Need Advice - by PWn3R - 05-15-2017, 10:23 PM