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 [asc] Views Posted
    Thread: Wordlists
Post: RE: Wordlists

Generating wordlists from bruteforce keyspace is not a good idea. Mask attack will be several orders of magnitude faster.
epixoip General Talk 5 14,680 01-05-2015, 04:46 AM
    Thread: Wordlists
Post: RE: Wordlists

That doesn't make any sense, I think you're doing something wrong and just haven't realized it.
epixoip General Talk 5 14,680 01-05-2015, 05:20 AM
    Thread: ERROR: oclHashcat.induct: Operation not permitted
Post: RE: ERROR: oclHashcat.induct: Operation not permit...

The solution is to chown+chmod the oclHashcat directory. The workaround is to supply a different path for the induction directory, via the --induction-dir switch.
epixoip Old oclHashcat Support 5 7,699 01-14-2015, 04:04 AM
    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: WPA2 Speed drops by 5x
Post: RE: WPA2 Speed drops by 5x

Left keyspace is too small.
epixoip Old oclHashcat Support 5 9,462 01-27-2015, 02:07 AM
    Thread: WPA2 Speed drops by 5x
Post: RE: WPA2 Speed drops by 5x

The attack is not well-structured for GPU acceleration. The keyspace for the left side of your attack is too small, and therefore you will not achieve any GPU acceleration. You can optimize this attac...
epixoip Old oclHashcat Support 5 9,462 01-27-2015, 06:49 AM
    Thread: MySQL AES Encrypt
Post: RE: MySQL AES Encrypt

It's not a hash, it's encrypted. You're asking how to brute force an AES key, which is either 2^128 or 2^256. This is not possible. You might have some luck if the developer screwed up and only used k...
epixoip General Help 5 7,943 03-03-2015, 12:16 AM
    Thread: MySQL AES Encrypt
Post: RE: MySQL AES Encrypt

That's sort of the idea, except "0-100000" are not valid keys. The key is either going to be 16 or 32 characters long, depending on whether it's a 128-bit key or 256-bit key. And each character should...
epixoip General Help 5 7,943 03-03-2015, 03:21 AM
    Thread: Problems downloading oclHashcat
Post: RE: Problems downloading oclHashcat

You are not the first person to experience this issue, and I think it has to do with some aggressive anti-DDoS protection / rate limiting that was incorrectly applied.
epixoip General Help 5 7,169 03-10-2015, 12:30 AM
    Thread: Whirlpool + salt?
Post: RE: Whirlpool + salt?

use -m 6100 and manually add the salt with each attack
epixoip Old hashcat Support 5 11,032 03-10-2015, 11:05 AM
    Thread: Whirlpool + salt?
Post: RE: Whirlpool + salt?

Yes, it's possible. I just told you how. Use -m 6100, and manually append the salt with each attack. Treat the salt as part of the password candidate you're attacking. For example if the salt is '1...
epixoip Old hashcat Support 5 11,032 03-10-2015, 10:34 PM
    Thread: oclHashcat v1.35
Post: RE: oclHashcat v1.35

keyspace is only 52 + 36^6, that is incredibly small
epixoip Old oclHashcat Announcements 5 121,667 03-22-2015, 07:05 AM
    Thread: Benchmark data request
Post: RE: Benchmark data request

The GPU chip itself is what matters for cracking performance, and all cards from the same model family use literally the same GPU chips. We also strongly urge users to only purchase reference design c...
epixoip Hardware 5 7,858 03-23-2015, 10:41 PM
    Thread: Benchmark data request
Post: RE: Benchmark data request

Jarth Wrote: (03-24-2015, 11:30 AM) -- ... what on earth are reference design cards, how do i identify them ? -- You can read more about reference design cards here: https://hashcat.net/forum/thread...
epixoip Hardware 5 7,858 03-24-2015, 07:54 PM
    Thread: Truecrypt hash (volume not boot)
Post: RE: Truecrypt hash (volume not boot)

hashcat does not support the truecrypt_volume2john format, so if you check your logs (if hashtopus even logs this information), you'll likely see that hashcat errored out with "no hashes loaded". I...
epixoip Old oclHashcat Support 5 9,503 04-02-2015, 11:41 PM
    Thread: 6 x 7990's using ASUS BTC mining motherboard WPA2
Post: RE: 6 x 7990's using ASUS BTC mining motherboard W...

6x 7990 is not possible. 7990 is a dual-GPU card, so 6*2 = 12 GPUs. However the driver only supports 8 GPUs. Maximum possible 7990s in one system is 4.
epixoip Hardware 5 10,453 04-05-2015, 07:16 AM
    Thread: Suggestions for tuning options on overheating AMD 7970
Post: RE: Suggestions for tuning options on overheating ...

You're kind of going about this the wrong way. You shouldn't have any problems cooling a 7970. 70F ambient temp is irrelevant. Are you forcing the fan to 100% before starting a run? If the fans ...
epixoip Old oclHashcat Support 5 8,465 04-07-2015, 01:30 AM
    Thread: Suggestions for tuning options on overheating AMD 7970
Post: RE: Suggestions for tuning options on overheating ...

Definitely sounds like an OEM design card. Try lowering the mem clock along with the core clock. As for workload tuning, you can try using -w 1
epixoip Old oclHashcat Support 5 8,465 04-07-2015, 04:53 AM
    Thread: Truecrypt hash (volume not boot)
Post: RE: Truecrypt hash (volume not boot)

There may not be any validation on TC formats then since it is just 512 arbitrary bytes. In which case Hashcat was working against the ASCII text you provided. Either way that's not how it's done.
epixoip Old oclHashcat Support 5 9,503 04-07-2015, 04:21 PM