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 Posted [desc]
    Thread: GTX 970 Benchmarks
Post: RE: GTX 970 Benchmarks

You just answered your own question: no Xorg, so no PowerMizer tuning. Cards are throttling to save power.
epixoip Hardware 17 35,950 02-23-2015, 10:11 PM
    Thread: Crypto Miner Conversion
Post: RE: Crypto Miner Conversion

As you've identified, most mining rigs run with bare-minimum CPU and RAM, and this is far from ideal for hash cracking rigs. You can sometimes get away with an underpowered CPU, though wordlist manipu...
epixoip Hardware 11 20,085 02-23-2015, 10:15 PM
    Thread: Crypto Miner Conversion
Post: RE: Crypto Miner Conversion

Atticuss Wrote: (02-23-2015, 10:55 PM) -- How common is it for CPU cracking to be a better option than GPU? Does it come down to something as simple as hash type? -- Hash type + attack mode. For ex...
epixoip Hardware 11 20,085 02-24-2015, 12:46 AM
    Thread: Crypto Miner Conversion
Post: RE: Crypto Miner Conversion

undeath Wrote: (02-24-2015, 12:23 AM) -- logistix111 Wrote: (02-24-2015, 12:12 AM) -- You will notice that a very large wordlist, like 2 gigabytes in size for example, will have a higher hashrate th...
epixoip Hardware 11 20,085 02-24-2015, 12:48 AM
    Thread: GTX 970 Benchmarks
Post: RE: GTX 970 Benchmarks

No :( You need xorg to enable CoolBits and set the Performance Level. You also need xorg to disable the kernel timeout. For a headless system you can just use this: Code: -- nvidia-xconfig -...
epixoip Hardware 17 35,950 02-24-2015, 12:56 AM
    Thread: Where can I get HashCat Utils v1.2?
Post: RE: Where can I get HashCat Utils v1.2?

1.2 is not yet available to the public.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,288 02-24-2015, 01:02 AM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

The optimal -n/-u values vary depending on the algorithm. The -n/-u values you were using are for WPA, not MD5. Typically for MD5 you'd use -n 128 -u 1024 (or -n 256 if you have the RAM to support it....
epixoip User Contributions 7 12,541 02-24-2015, 01:07 AM
    Thread: Crypto Miner Conversion
Post: RE: Crypto Miner Conversion

Not a very astute observation. Obviously you have to give the GPU enough work to do. If you only feed 120 candidates to an algorithm that can pull somewhere in the KH/s range, then you're obviously st...
epixoip Hardware 11 20,085 02-24-2015, 01:24 AM
    Thread: GTX 970 Benchmarks
Post: RE: GTX 970 Benchmarks

check your clocks. maybe one card is factory overclock and the other one isn't. 100 Mhz overclock is quite mild, so you likely won't have any issues running that 24/7.
epixoip Hardware 17 35,950 02-24-2015, 08:56 AM
    Thread: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI wrapper)
Post: RE: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI w...

Wow, that interface is really clean. Haven't looked at the code, but the interface looks fantastic.
epixoip User Contributions 19 35,842 02-27-2015, 02:46 AM
    Thread: NOT real Temperature limit on GPU 1 reached, aborting...
Post: RE: NOT real Temperature limit on GPU 1 reached, a...

Try re-flashing the BIOS. There's actually two BIOS on the 5970, one for the master GPU and one for the slave GPU. Make sure you flash the correct BIOS to the correct GPU. Been a while since I've ran...
epixoip Old oclHashcat Support 4 9,086 02-27-2015, 02:53 AM
    Thread: oclHashcat v1.33
Post: RE: oclHashcat v1.33

No, you must use 14.9. Catalyst 14.12 is broken. oclHashcat isn't broken, Catalyst is.
epixoip Old oclHashcat Announcements 17 40,097 02-27-2015, 07:00 AM
    Thread: NOT real Temperature limit on GPU 1 reached, aborting...
Post: RE: NOT real Temperature limit on GPU 1 reached, a...

Not a problem, happy to hear it wasn't a hardware issue
epixoip Old oclHashcat Support 4 9,086 02-28-2015, 06:11 PM
    Thread: Hashcat randomly stops
Post: RE: Hashcat randomly stops

I've edited your post so that it is actually readable. You have four problems here: 1. You are using --force. Your system is not properly configured if you need to use this, and you shouldn't po...
epixoip Old oclHashcat Support 6 10,662 03-02-2015, 03:11 AM
    Thread: Hashcat randomly stops
Post: RE: Hashcat randomly stops

The only problem here is you center-aligning your posts, and not understanding how hashcat works.
epixoip Old oclHashcat Support 6 10,662 03-02-2015, 06:05 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

https://hashcat.net/wiki/doku.php?id=rule_based_attack You could use '6 or
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:08 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

No, like this: Code: -- echo "
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:30 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

Works here: Code: -- epixoip@token:~$ echo "
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:44 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

Too much overhead checking the length of each candidate. You can try using the other rule instead. Edit the rule file and replace
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:54 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

Yeah, slightly faster but not near as fast as not filtering at all. String manipulation is just too slow. So in this case what I'd suggest doing is pre-filtering your wordlist. Code: -- awk '...
epixoip Old hashcat Support 10 16,257 03-02-2015, 07:10 AM