Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: ASUS GTX970 VS PNY GTX970
Post: RE: ASUS GTX970 VS PNY GTX970

That's not reference either, has the same cooler as that PNY card. So not bad, but not reference.
epixoip Hardware 11 17,749 02-24-2016, 08:49 PM
    Thread: ASUS GTX970 VS PNY GTX970
Post: RE: ASUS GTX970 VS PNY GTX970

Nope, that's not reference either. But it is a good card. To put you out of your misery, the reference GTX 970 is very elusive. It does exist (https://www.bestbuy.com/site/nvidia-geforce-gtx-970-4gb...
epixoip Hardware 11 17,749 02-24-2016, 11:01 PM
    Thread: Watchdog temperature abort trigger disabled
Post: RE: Watchdog temperature abort trigger disabled

280X is just a rebranded 7970, which is an Overdrive5 GPU. So no, od6config will not work with it.
epixoip Hardware 5 17,714 04-07-2014, 03:32 PM
    Thread: Watchdog temperature abort trigger disabled
Post: RE: Watchdog temperature abort trigger disabled

glad you found it helpful, thanks for the feedback :)
epixoip Hardware 5 17,714 04-08-2014, 07:40 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

Code: -- sed -rn 's/(.{16})(.{16})/\1\n\2/p' hashfile --
epixoip User Contributions 5 17,667 09-25-2012, 05:35 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

nice, very clever use of fold.
epixoip User Contributions 5 17,667 09-25-2012, 12:06 PM
    Thread: Identifying hash type
Post: RE: Identifying hash type

forumhero, i guess you missed wflme Wrote: (01-14-2015, 10:52 PM) -- Obfuscated as per the forum rules. -- wflme, will be nearly impossible to know with any degree of certainty without having the s...
epixoip General Talk 5 17,640 01-15-2015, 12:13 AM
    Thread: Identifying hash type
Post: RE: Identifying hash type

Cool, glad that's what it was. By the way, you're not hex-dumping the base64-encoded string; you're hex-encoding the base64 decoded string. Remember that hashes are binary, so we have to have some ...
epixoip General Talk 5 17,640 01-16-2015, 09:12 AM
    Thread: Best Configuration for optimal cracking
Post: RE: Best Configuration for optimal cracking

WPA is not LM or NTLM. What you are asking is practically impossible. You would need 2,362,609 Radeon 7970 GPUs to brute force WPA length 8 in less than 6 hours. And as brute force has exponential tim...
epixoip Very old oclHashcat-plus Support 5 17,551 08-26-2013, 10:20 AM
    Thread: Best Configuration for optimal cracking
Post: RE: Best Configuration for optimal cracking

Yes, wordlist-based attacks and very small rule-based attacks are the only practical attacks you can run against WPA. WPA is a solid algorithm.
epixoip Very old oclHashcat-plus Support 5 17,551 08-26-2013, 10:29 AM
    Thread: Best Configuration for optimal cracking
Post: RE: Best Configuration for optimal cracking

A single Radeon 7970 can pull about 130 KH/s on WPA with oclHashcat-plus, which is much faster than aircrack-ng's pre-computed tables. Yes, your success cracking WPA is entirely dependent upon the ...
epixoip Very old oclHashcat-plus Support 5 17,551 08-26-2013, 11:02 AM
    Thread: Best attack mode ?
Post: RE: Best attack mode ?

a basic attack plan is covered in this post: https://hashcat.net/forum/thread-1609-post-9158.html#pid9158
epixoip General Help 2 17,529 11-19-2012, 07:41 AM
    Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console

i frequently use ''-o /dev/null'' and just let hashcat write to hashcat.pot. or, i use ''-o whatever.pot --disable-potfile'' to write to a specific pot file.
epixoip Very old oclHashcat-plus Support 4 17,492 10-29-2013, 06:26 PM
    Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console

you asked clearly, and you received correct answers. the only thing you weren't clear on was the fact that you use windows, so you don't have /dev/null, but you can use nul instead. but -o is what you...
epixoip Very old oclHashcat-plus Support 4 17,492 10-30-2013, 10:30 AM
    Thread: "bug!!" in output / ocl v1.36
Post: RE: "bug!!" in output / ocl v1.36

I doubt it's related to ADL, as I've recently had a client receive the "bug!!" message on Nvidia as well (4x GTX 980.) Trying to help them reproduce the bug, but so far haven't.
epixoip Old oclHashcat Support 13 17,475 07-25-2015, 09:08 PM
    Thread: "bug!!" in output / ocl v1.36
Post: RE: "bug!!" in output / ocl v1.36

It's not Windows-specific, and it's not AMD-specific. I've seen it on Nvidia + Linux. But it doesn't trigger all the time, and it seems to be difficult to reproduce.
epixoip Old oclHashcat Support 13 17,475 08-24-2015, 08:42 PM
    Thread: cuStreamSync errors with OS X 10.8 hash
Post: RE: cuStreamSync errors with OS X 10.8 hash

https://hashcat.net/wiki/doku.php?id=timeout_patch
epixoip Old oclHashcat Support 8 17,425 05-29-2014, 09:33 AM
    Thread: cuStreamSync errors with OS X 10.8 hash
Post: RE: cuStreamSync errors with OS X 10.8 hash

did you reboot after applying the patch? outfile format does not impact anything, so hash:salt:plain is fine.
epixoip Old oclHashcat Support 8 17,425 05-29-2014, 02:50 PM
    Thread: Can´t get all gpus work
Post: RE: Can´t get all gpus work

export DISPLAY=:0
epixoip Very old oclHashcat-lite Support 9 17,420 01-03-2013, 01:29 PM
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

very nice!
epixoip General Talk 6 17,371 01-06-2013, 08:42 PM