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 [asc] Forum Replies Views Posted
    Thread: 2 salt problem
Post: RE: 2 salt problem

As far as I've understood your hash type is md5 ($salt1 . $pass . $salt2) I also assume here that you are attacking a single hash only. There are many other attacks that may or may not work faster....
philsmd Old oclHashcat Support 1 3,642 01-14-2015, 03:23 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

see https://hashcat.net/wiki/doku.php?id=rule_based_attack There is a rule to truncate password candidates: Truncate @ N 'N Truncate word at position N If you wish you could also use the "multi ru...
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 09:42 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

You can do it, as mentioned above. With multi rule feature: philsmd Wrote: (01-14-2015, 09:42 PM) -- If you wish you could also use the "multi rule" feature, see https://hashcat.net/wiki/doku.php?id...
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 10:10 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

there was a different but similar, much more recent problem: https://hashcat.net/trac/ticket/515 It works here with 1.32 beta which will be released soon, afaik.
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 10:38 PM
    Thread: GTX 970 Benchmark
Post: RE: GTX 970 Benchmark

You forgot about the most important part, i.e. to add rules :P See https://hashcat.net/wiki/doku.php?id=rule_based_attack and the /rules folder
philsmd Hardware 12 29,516 01-16-2015, 02:32 AM
    Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?

turbohaje Wrote: (01-16-2015, 02:39 PM) -- cudaHashcat64.exe -m 0 -a 1 -o results.txt -j $. -k [email protected] --outfile-format=3 hashes.txt names.txt surnames.txt This should generate name.surname@gm...
philsmd Old oclHashcat Support 6 8,444 01-16-2015, 02:50 PM
    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: Help with output
Post: RE: Help with output

Unfortunately cpu hashcat doesn't support --username together with --show/--left/--remove yet. That means, if you use --username with --remove, the user names won't end up in the new/modified hash li...
philsmd Old hashcat Support 1 4,607 01-20-2015, 08:37 PM
    Thread: PBKDF2 new format hash
Post: RE: PBKDF2 new format hash

Why do you not write your comments on trac directly? What regards the trac ticket, I was asking for more details and where this hash type is being used (common CMS, other software etc) but we didn't ...
philsmd User Contributions 3 9,610 01-21-2015, 10:02 AM
    Thread: input file format
Post: RE: input file format

According to the forum's rules you are not allowed to post hashes! Read the rules here: https://hashcat.net/forum/announcement-2.html I give you 1 week to read them. After the week you might be mo...
philsmd General Help 1 5,098 01-22-2015, 07:16 PM
    Thread: PBKDF2 new format hash
Post: RE: PBKDF2 new format hash

Thanks for the links. But please (as said) stick to the ticket https://hashcat.net/trac/ticket/256 , otherwise we need to cross-post everything and devs need to look for the required information on...
philsmd User Contributions 3 9,610 01-23-2015, 11:57 AM
    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: 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