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 [asc] Replies Views Posted
    Thread: cudahashcat and rar2john output
Post: RE: cudahashcat and rar2john output

the examples are as always here: https://hashcat.net/wiki/doku.php?id=example_hashes oclHashcat doesn't expect/need any file name within the hash Currently oclHashcat supports only $RAR3$*0 hashes
philsmd Old oclHashcat Support 1 6,765 01-18-2016, 04:20 PM
    Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?

Well, you need to check what exactly is within line 11808, 11809, 11810 . Are these empty lines ? It just gives a warning that for line 11808, 11809, 11810 it wasn't able to parse these hashes (pr...
philsmd Old oclHashcat Support 5 8,585 01-20-2016, 03:39 PM
    Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?

Thanks for the information. But I am not able to reproduce this problem. Here it works with both line endings (\n and \r\n, i.e. 0a and 0d 0a). Maybe there is something else strange with that output ...
philsmd Old oclHashcat Support 5 8,585 01-20-2016, 05:08 PM
    Thread: status-automat format
Post: RE: status-automat format

The full format (that was also mentioned on the now offline trac ticketing system) is: STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n ...
philsmd Old oclHashcat Support 3 4,988 01-22-2016, 07:12 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

To find collisions you should use only -m 9710 and -m 9720. To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 01:05 PM
    Thread: modx modPBKDF2 hashes
Post: RE: modx modPBKDF2 hashes

The salt must also be specified as base64 encoded string, like this: Code: -- ./oclHashcat -m 10900 -a 3 --quiet 'sha256:1000:YTlhM2NkMmE1MmY0ZWFkOGJmZjQ3Nzk0MWNlYjYyZjU=:+7WYTHGVutZhmE9KYjb93Rvtd...
philsmd Old oclHashcat Support 4 8,474 02-26-2016, 11:03 PM
    Thread: weird rule issue..
Post: RE: weird rule issue..

-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long). You can use pipes (e.g. from cpu hashcat --...
philsmd Old oclHashcat Support 2 4,693 02-29-2016, 10:07 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 05:15 PM
    Thread: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored

I'm really doubting that this is a serious question. But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel...
philsmd Old oclHashcat Support 2 4,814 02-27-2016, 10:16 AM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

First of all, it seems that you are using the wrong hash mode, i.e. the algorithm is (or at least seems to be) salted MD5 e.g. -m 10 = md5 ($pass . $salt) and not raw-md5 (-m 0 = MD5). The speed diff...
philsmd Old oclHashcat Support 3 5,725 03-06-2016, 10:31 AM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

Todeskuss Wrote: (03-08-2016, 01:54 AM) -- 0.9:c0XXXX906aXXXXc1XXcdXX0bXXXXf4XX -- This just confirms that you are not familiar with the very basics of oclHashcat/hashcat and are not willing to lear...
philsmd Old oclHashcat Support 3 5,725 03-08-2016, 10:31 AM
    Thread: --show doesnt work
Post: RE: --show doesnt work

you also need to specify the hash type. How else should cudaHashcat/oclHashcat know what type of hashes it should load? (btw: all this info is mentioned on the wiki page that epixoip linked)
philsmd Old oclHashcat Support 6 7,734 03-23-2016, 02:59 PM
    Thread: OpenSuSE 13.2 clGetDeviceIDs() -1
Post: RE: OpenSuSE 13.2 clGetDeviceIDs() -1

As long as clinfo doesn't report at least 1 device with type CL_DEVICE_TYPE_GPU (note: GPU and *not* CPU), oclHashcat also won't recognize any OpenCL GPU device. I would recommend that you uninstall ...
philsmd Old oclHashcat Support 6 8,285 03-13-2016, 01:58 PM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

1. you mentioned the mask ?d?d?d?d?d?d?d?d?d?d but the status screen of oclHashcat clearly and undoubtedly shows us that you are lying about it. What I mean is, that it should be very clear to all of ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 12:12 PM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

no problem, you are welcome. ... as said, the speed difference with small masks or static left parts of the mask is more or less only noticeable with fast hashes, but the important thing to remember ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 05:02 PM
    Thread: keyspace vs speed and time estimated
Post: RE: keyspace vs speed and time estimated

There are 2 different definitions of "keyspace" here: 1. the first of them is the "keyspace" for a sequence of 8 upper case characters, i.e. 26 ^ 8 = 208827064576 (note: you can see this also within t...
philsmd Old oclHashcat Support 2 4,497 03-15-2016, 05:47 PM
    Thread: Hashcat duplicates
Post: RE: Hashcat duplicates

you can still use --remove, but you really need to know what you are doing... i.e. you need to use --show with the original list not the "left" list (hence: just use the original copy of the hash list...
philsmd Old oclHashcat Support 4 8,531 06-05-2016, 07:01 PM
    Thread: hex password
Post: RE: hex password

yes, your command is wrong. You did specify the custom charset but forgot to specify a mask. see https://hashcat.net/wiki/doku.php?id=mask_attack
philsmd Old oclHashcat Support 7 20,679 06-27-2016, 03:44 PM
    Thread: oclHashcat v1.30
Post: RE: oclHashcat v1.30

@forumhero, what exactly is terrible about 130 MH/s @ descrypt for a R9 290x ? You might have already noticed that there are no k (kilo), M (mega), G (giga) etc indications in all of the above cha...
philsmd Old oclHashcat Announcements 15 59,504 09-02-2014, 10:43 PM
    Thread: oclHashcat v1.31
Post: oclHashcat v1.31

[hr] Download here: https://hashcat.net/oclhashcat/ [hr] oclHashcat v1.31 is the first oclHashcat version that fully supports the new Maxwell v2 GPUs from NVidia (GTX 970/980). There are a lo...
philsmd Old oclHashcat Announcements 17 76,655 10-02-2014, 09:22 PM