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 [desc] Replies Views Posted
    Thread: Help for a rule or command
Post: RE: Help for a rule or command

Right, that's why you don't store it, you'd pipe it into a cracker.
epixoip Old oclHashcat Support 5 7,512 09-26-2015, 09:05 AM
    Thread: Ati Mobility Radeon HD 4650
Post: RE: Ati Mobility Radeon HD 4650

1. Your GPU does not support OpenCL. 2. Even if your GPU did support OpenCL, AMD dropped support for OpenCL on the HD 4000 series back in April 2012. 3. AMD dropped support for the HD 4000 serie...
epixoip Old oclHashcat Support 1 4,219 09-26-2015, 12:03 PM
    Thread: stdin mode, length limit, a lot gets rejected
Post: RE: stdin mode, length limit, a lot gets rejected

1. There's nothing you can do about it, the length is simply too long for any optimized cracker. You'll need to use a cracker that just uses OpenSSL or something. 2. oclHashcat is not the correct p...
epixoip Old oclHashcat Support 2 4,131 09-28-2015, 01:44 PM
    Thread: Hashfile 'test.txt' in line 1 ( ■$): Line-length exception
Post: RE: Hashfile 'test.txt' in line 1 ( ■$): Line-le...

Appears to be something wrong with the file hash.txt itself. Looks like there's some binary garbage and a blank line in there.
epixoip Old oclHashcat Support 3 8,518 09-29-2015, 10:31 PM
    Thread: HashCat GPU
Post: RE: HashCat GPU

I feel like a Markov bot wrote that post. Also we should rename the program to "HESHKAT".
epixoip Old oclHashcat Support 5 8,334 10-01-2015, 11:01 PM
    Thread: Best Affordable GPU for oclhashcat Q4'15 ???
Post: RE: Best Affordable GPU for oclhashcat Q4'15 ???

Glad to hear you're liking the MSI GTX 970 4GD5 OC, it's definitely the best OEM design 970 available.
epixoip Old oclHashcat Support 20 31,054 10-02-2015, 11:55 PM
    Thread: Cracking 16 digits wi-fi
Post: RE: Cracking 16 digits wi-fi

Keyspace is 10^16, do math. 10^16 / 41000 / 31556926 = 7729 years Working backwards, 10^16 / 31556926 = 317 MH/s to crack it in one year Or, 10^16 / 31556926 / 316000 = Cluster of 1003x...
epixoip Old oclHashcat Support 3 5,407 10-09-2015, 04:34 PM
    Thread: Speed reduction
Post: RE: Speed reduction

Left half of the mask is too small to gain any acceleration. Learn how the program works.
epixoip Old oclHashcat Support 5 6,583 10-13-2015, 11:55 AM
    Thread: axcrypt
Post: RE: axcrypt

The answer is "no, you cannot brute force it with hashcat." This format is not supported.
epixoip Old oclHashcat Support 3 6,663 10-13-2015, 11:56 AM
    Thread: Speed reduction
Post: RE: Speed reduction

Because the left mask keyspace is too small and therefore you're not giving the GPU enough work to do.
epixoip Old oclHashcat Support 5 6,583 10-14-2015, 01:46 AM
    Thread: Speed reduction
Post: RE: Speed reduction

Sure, stop cracking on a laptop.
epixoip Old oclHashcat Support 4 6,564 10-14-2015, 01:47 AM
    Thread: Loading a salt file in oclHashcat?
Post: RE: Loading a salt file in oclHashcat?

The hashfile needs to be in hash:salt format for oclHashcat
epixoip Old oclHashcat Support 1 3,442 10-16-2015, 11:21 PM
    Thread: cudaHashcat pauses
Post: RE: cudaHashcat pauses

Well, let's see. You started by pressing 'r' when it was already running. So that of course does nothing. Then you pressed 's' and saw that it was in fact running, so you pressed 'r' again to attempt ...
epixoip Old oclHashcat Support 3 5,422 10-16-2015, 11:32 PM
    Thread: RAR hash cracking problems
Post: RE: RAR hash cracking problems

-m 12500 supports a max of 20 chars in -a 0, so your candidates shouldn't be rejected. And indeed I cannot reproduce this with 1.37 using the command you provided: Code: -- sagitta@inceptus:~/cu...
epixoip Old oclHashcat Support 5 7,454 10-17-2015, 09:52 AM
    Thread: RAR hash cracking problems
Post: RE: RAR hash cracking problems

Ah ok, that makes more sense then. But yeah, there's a 20-char limit for this algorithm.
epixoip Old oclHashcat Support 5 7,454 10-17-2015, 10:38 AM
    Thread: RAR hash cracking problems
Post: RE: RAR hash cracking problems

No, there's no way to get around it.
epixoip Old oclHashcat Support 5 7,454 10-17-2015, 01:15 PM
    Thread: Backslash Problem?
Post: RE: Backslash Problem?

Learn how to use your shell.
epixoip Old oclHashcat Support 4 5,822 10-23-2015, 04:09 PM
    Thread: Backslash Problem?
Post: RE: Backslash Problem?

Backslash is an escape character. You hashed nothing, and thus ended up with a null hash. The actual nthash of a single backslash character is aa6827f0d30e81d0ece457e99188b6a8: Code: -- epixoip ~ ...
epixoip Old oclHashcat Support 4 5,822 10-23-2015, 04:18 PM
    Thread: DES w/mask
Post: RE: DES w/mask

PASSLENGTH=6 means the password has to be a minimum of 6 chars. descrypt has a max of 8 chars, so the password could be 6, 7, or 8 chars long. Your mask only did length 6. You still have lengths 7 & 8...
epixoip Old oclHashcat Support 3 5,189 10-24-2015, 02:10 AM
    Thread: DES w/mask
Post: RE: DES w/mask

Nope, read the manpage
epixoip Old oclHashcat Support 3 5,189 10-24-2015, 02:39 AM