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: Line Length Exception on oclhashcat 1.31
Post: RE: Line Length Exception on oclhashcat 1.31

cpu hashcat does not support cracking descrypt (-m 1500). You also need to specify the hash type, i.e. -m 1500 Hence cudaHashcat64.exe -m 1500 -a 3 -d 1 -o 1.out DES.txt ?d?d?d?d?d?d?d?d sho...
philsmd Old oclHashcat Support 3 7,470 01-16-2015, 02:55 PM
    Thread: Where is ForceWare 346.29?
Post: RE: Where is ForceWare 346.29?

Since the requirement is "NV users require ForceWare 346.29 or later", later versions will work too. EDIT: I think this might be a typo and 346.22 should work too (there is no 346.29 version afaik). ...
philsmd Old oclHashcat Support 2 7,110 01-16-2015, 03:04 PM
    Thread: Win7 32, Ati 5850, catalyst 14.9 but ERROR: clGetDeviceIDs() -1
Post: RE: Win7 32, Ati 5850, catalyst 14.9 but ERROR: cl...

Please follow this steps: 1. Uninstall the driver 2. Reboot 3. Remove all AMD SDKs (they are NOT needed, no, they may and do even conflict with the main driver) 4. Reboot 3. Use "Driver Fusion" p...
philsmd Old oclHashcat Support 4 10,167 01-17-2015, 07:56 PM
    Thread: oclHashcat v1.32 - ERROR: cuModuleLoad() 209
Post: RE: oclHashcat v1.32 - ERROR: cuModuleLoad() 209

Which version of the NVidia driver do you have? According to https://hashcat.net/oclhashcat/ you need to have at least 346.x or later "NV users require ForceWare 346.x or later" to use cudaHashca...
philsmd Old oclHashcat Support 2 5,764 01-19-2015, 10:42 PM
    Thread: v1.32 oclhashcat64.exe has stopped working
Post: RE: v1.32 oclhashcat64.exe has stopped working

Please give more information about your setup (which GPUs and how many of them etc) and the full command you try to run (without hashes or other sensitive information).
philsmd Old oclHashcat Support 7 13,146 01-19-2015, 10:47 PM
    Thread: v1.32 oclhashcat64.exe has stopped working
Post: RE: v1.32 oclhashcat64.exe has stopped working

Without any additional details it is impossible to identify the main cause of this crash. For instance, do the crashes even depend on the command line arguments you posted above? Does a crash also oc...
philsmd Old oclHashcat Support 7 13,146 01-20-2015, 11:21 AM
    Thread: WPA-WPA2-PSK test: crack failed
Post: RE: WPA-WPA2-PSK test: crack failed

Sometimes it helps to use one or more of these tools: - wpaclean + cap2hccap - aircrack -J (you already tried this) - wpaclean + aircrack -J (does this really make any difference) - cap2hccap Especia...
philsmd Old oclHashcat Support 3 7,251 01-20-2015, 12:48 PM
    Thread: how can i use an old version of cudaHashcat?
Post: RE: how can i use an old version of cudaHashcat?

No, please update your driver. New oclHashcat version and new driver versions should work better, have several fixes and performance gains etc. It is always good to be up-to-date with oclHashcat...
philsmd Old oclHashcat Support 3 6,568 01-23-2015, 12:56 PM
    Thread: Quick bruteforce char set help
Post: RE: Quick bruteforce char set help

Completely different question also should be addressed in separate forum threads (with meaningful title). Anyway, I will answer the question (and close the thread): the answer, is as always given in ...
philsmd Old oclHashcat Support 3 5,557 01-23-2015, 11:13 PM
    Thread: Simple Question - Extreme Beginner
Post: RE: Simple Question - Extreme Beginner

I think that the only problem here is that you already cracked this particular hash and hence oclHashcat won't crack it again and again. If you *do not* enable the --potfile-disable switch, hashes th...
philsmd Old oclHashcat Support 2 4,976 01-23-2015, 08:46 PM
    Thread: Quick bruteforce char set help
Post: RE: Quick bruteforce char set help

See https://hashcat.net/wiki/doku.php?id=mask_attack First you define the custom charset: -1 ?u?d which means: define a custom charset (see https://hashcat.net/wiki/doku.php?id=mask_attack#custom_cha...
philsmd Old oclHashcat Support 3 5,557 01-23-2015, 10:43 PM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

to avoid to generate a large dict also something like this would work in your particular case: file: my_append_num_and_duplicate.rule Code: -- $0 d $1 d $2 d $3 d $4 d $5 d $6 d $7 d $8 d...
philsmd Old oclHashcat Support 9 15,329 01-24-2015, 08:43 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

-k is applied only on the second dictionary. So it makes sense for instance with "-a 1 dict1.txt dict2.txt". So technically it isn't ignored, it just not applied since there is no second dictionary (...
philsmd Old oclHashcat Support 9 15,329 01-24-2015, 09:27 AM
    Thread: usage of --show option
Post: RE: usage of --show option

Please make sure you always remember that: 1. -o does always append to the file, it does not override it (to avoid users to lose important data) 2. hex sums is very vague it could be anything. Tell us...
philsmd Old oclHashcat Support 3 5,910 01-26-2015, 11:21 AM
    Thread: decryption mechanism in wpa & wpa2
Post: RE: decryption mechanism in wpa & wpa2

the answer is 4. it uses markov chains (so not really random) if you didn't use --markov-disable EDIT: btw this has not specifically to do only with wpa; markov chains are enabled for every hash ty...
philsmd Old oclHashcat Support 1 3,929 01-26-2015, 11:28 AM
    Thread: Help about office documents
Post: RE: Help about office documents

The general procedure is to use something like: office2hashcat.py (e.g. office2hashcat (https://raw.githubusercontent.com/stricture/hashstack-server-plugin-oclhashcat/master/scrapers/office2hashcat.py...
philsmd Old oclHashcat Support 5 8,012 02-09-2015, 03:40 PM
    Thread: Please help about wpa ( oclHashcat ),,
Post: RE: Please help about wpa ( oclHashcat ),,

dilovan Wrote: (02-11-2015, 05:26 PM) -- INFO: removed 1 hash found in pot file -- This means, well, that the file was already cracked and the: ESSID:MAC1:MAC2:password is in your .pot file. To di...
philsmd Old oclHashcat Support 2 5,306 02-11-2015, 05:32 PM
    Thread: oclhashcal (cuda ) does not recover hash :-/
Post: RE: oclhashcal (cuda ) does not recover hash :-/

Read the forum rules: https://hashcat.net/forum/announcement-2.html It is strictly forbidden (and you did accept these rules + it doesn't matter where the hashes come from or were "just" testing hash...
philsmd Old oclHashcat Support 3 5,886 02-14-2015, 10:34 AM
    Thread: Noob issues with oclhashcat
Post: RE: Noob issues with oclhashcat

I think you didn't realize how large that keyspace is. Let us start with 26 characters which can be repeated. The charset would be: abcdefghijklmnopqrstuvwxyz The number of characters would be: 26 He...
philsmd Old oclHashcat Support 4 7,270 02-14-2015, 01:24 PM
    Thread: Cannot commuincate with oclHashcat process
Post: RE: Cannot commuincate with oclHashcat process

reading the restore file is one possibility, the other one would be (and afaik most "wrappers" choose this way) to use --status --status-automat (see also https://hashcat.net/trac/ticket/406 ). Btw. ...
philsmd Old oclHashcat Support 3 5,718 02-15-2015, 03:27 PM