Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PDF mode 10500 slow
Post: RE: PDF mode 10500 slow

Snoopy Wrote: (03-25-2021, 05:54 PM) -- run hashcat -b -m 10500 and see output, this would be the "perfect" speed you can get with this hashalgorithm EDIT: running with 2 1050ti Hashmode: 105...
PWn3R hashcat 2 6,830 03-25-2021, 06:11 PM
    Thread: PDF mode 10500 slow
Post: PDF mode 10500 slow

Hi,  This is not a grumble or complaint thread, hashcat is awesome and has been used for several important recoveries at work over the last few years. I appreciated the help with the weird salted alg...
PWn3R hashcat 2 6,830 03-24-2021, 06:39 AM
    Thread: zip2john Hash Problems
Post: RE: zip2john Hash Problems

Yes, mine resembles that, but with more * dividers in the middle. I could post the hash, but I know we are not supposed to do that. I've tried adjusting to get it to match as closely as possible, but ...
PWn3R hashcat 4 15,130 12-18-2017, 10:48 PM
    Thread: zip2john Hash Problems
Post: RE: zip2john Hash Problems

Sorry to "bump" this but just hoping someone can help. I've downloaded and compiled multiple versions of John for linux, and have tried the latest beta version of hashcat. Hashfile 'hash.txt' on li...
PWn3R hashcat 4 15,130 12-18-2017, 08:01 PM
    Thread: zip2john Hash Problems
Post: zip2john Hash Problems

Hi All - Using the latest version of the John Jumbo package and "zip2john" program to generate a hash to attack with hashcat. If I manually modify the hash so that it looks similarly formatted to the...
PWn3R hashcat 4 15,130 12-12-2017, 06:59 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-15-2017, 08:37 PM) -- Yeah, it's completely wrong. Redownload a fresh copy of hashcat and do the changes correctly as I told you (I even highlighted a full set of lines you need to...
PWn3R hashcat 21 58,005 05-15-2017, 10:23 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-15-2017, 08:27 PM) -- Yeah, I figured that it might be very new to you to read C (or OpenCL code), but I really do not get why you use code like "w0_t[0] |= a;" when it should be j...
PWn3R hashcat 21 58,005 05-15-2017, 08:31 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-15-2017, 07:56 PM) -- 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, ...
PWn3R hashcat 21 58,005 05-15-2017, 08:09 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-15-2017, 07:23 PM) -- a, b, c, d, 0x80 and the remaining buffers are all 0 (that should be very obvious if you think about it, it must get shorter if we do not use hex but binary i...
PWn3R hashcat 21 58,005 05-15-2017, 07:46 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Thanks philsmd for the information. I'm a little out of my element here, can you please clarify this: "and replacing the resulting buffer (w0_t[x] - w3_t[x]) with the raw output of MD5 (a, b, c, d)". ...
PWn3R hashcat 21 58,005 05-15-2017, 06:01 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Sure. Here's one. Here's the resulting MD5 that is written to file after the process. Process was replicated in C# by taking the string of the username and password, encoding both as UTF8 byte arrays...
PWn3R hashcat 21 58,005 05-12-2017, 10:29 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

PWn3R Wrote: (05-12-2017, 09:26 AM) -- philsmd Wrote: (05-12-2017, 09:17 AM) -- If you are sure that the algorithm is: md5_hex(md5($salt) . md5_hex($pass)) ... where md5 (x) is the binary/raw outp...
PWn3R hashcat 21 58,005 05-12-2017, 06:13 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-12-2017, 09:17 AM) -- If you are sure that the algorithm is: md5_hex(md5($salt) . md5_hex($pass)) ... where md5 (x) is the binary/raw output and md5_hex (y) is the hexadecima...
PWn3R hashcat 21 58,005 05-12-2017, 09:26 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

philsmd Wrote: (05-12-2017, 08:55 AM) -- well, you could just use -m 3710 = md5($salt.md5($pass)) together with --hex-salt (because you said that the first MD5 is in binary not hex), an example (hash...
PWn3R hashcat 21 58,005 05-12-2017, 09:12 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

royce Wrote: (05-12-2017, 01:33 AM) -- Yeah, it sounds like you need a mode that I don't think hashcat currently supports: md5(md5($salt).md5($pass)) You could then format your hashes as [hash]...
PWn3R hashcat 21 58,005 05-12-2017, 01:48 AM
    Thread: MD5: Need Advice
Post: MD5: Need Advice

Hi All - I am working on trying to recover a lost password for a super locked down "appliance" device that has all local accounts with no access or disabled. It is providing critical business funct...
PWn3R hashcat 21 58,005 05-11-2017, 07:18 PM