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: How can we have a comma? (",")
Post: RE: How can we have a comma? (",")

Thx for this report. This (mask) parsing problem should be fixed w/ next oclHashcat version
philsmd Old oclHashcat Support 2 5,531 02-14-2014, 12:25 AM
    Thread: Length of my hash
Post: RE: Length of my hash

For those situations where you don't know how to feed *Hashcat w/ your hashes, there is a well-known wiki page that explains the formats: https://hashcat.net/wiki/doku.php?id=example_hashes Most impor...
philsmd Old oclHashcat Support 4 12,722 02-19-2014, 01:33 PM
    Thread: Length of my hash
Post: RE: Length of my hash

Furthermore... I don't know if this is the correct repository (or at least an up-to-date fork), but the code is here (https://github.com/berkus/usercake/blob/master/models/funcs.php#L81 ): $salt . sha...
philsmd Old oclHashcat Support 4 12,722 02-19-2014, 01:47 PM
    Thread: Recover NTLM with charset: !@$etaoinshrdlu134579
Post: RE: Recover NTLM with charset: !@$etaoinshrdlu1345...

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week. Now you've plenty of time to: 1. read again the forum rules 2. r...
philsmd Old oclHashcat Support 9 17,220 02-23-2014, 01:12 PM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

mp64.exe -q 2 ?u?u?u?u?u?u?u?u | oclHashcat64.exe -m 2500 -u 4096 -n 32 --status --status-timer 3 wpa.hccap And it will show you the status every 3 seconds... Please remember you use stdin mode, ther...
philsmd Old oclHashcat Support 8 29,750 02-23-2014, 05:26 PM
    Thread: sha512crypt issue
Post: RE: sha512crypt issue

oclHashcat-plus is outdated. oclHashcat 1.01 is current version, please update.
philsmd Old oclHashcat Support 9 13,805 02-28-2014, 10:08 PM
    Thread: hash of a hash
Post: RE: hash of a hash

It is not working like that, instead you need a cracker that supports the algorithm: RipeMD160 (SHA256 (pass)) where SHA256 output is in hex I suppose Currently hashcat does not support this...
philsmd Old oclHashcat Support 2 4,936 03-02-2014, 01:07 PM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

The up-to-date version of maskprocessor can always be downloaded from: https://hashcat.net/wiki/doku.php?id=maskprocessor You can use this as mp64.exe -q 2 ?u?u?u?u?u?u?u?u to: 1. create a dict (might...
philsmd Old oclHashcat Support 8 29,750 02-23-2014, 01:27 PM
    Thread: 2nd GPU very slow
Post: RE: 2nd GPU very slow

Hey, did you try to run the same attack with the command line parameter -d 1 , afterwards -d 2 . Furthermore you should try to run the benchmark oclHashcat64.bin -b -m 1000, also oclHashcat64.bin -b...
philsmd Old oclHashcat Support 14 31,688 02-28-2014, 12:43 PM
    Thread: Error: cuModuleLoad() 301
Post: RE: Error: cuModuleLoad() 301

Hey, this is a very new card which was release in february 2014 (afaik)... oclHashcat 1.01 was released in 01/01/2014, therefore no wonder that this card is not supported :( Good news: oclHashcat (cu...
philsmd Old oclHashcat Support 3 14,509 03-05-2014, 11:59 AM
    Thread: HELP
Post: RE: HELP

qiaoqiao372 Wrote: (03-16-2014, 12:24 AM) -- Platform Version: OpenCL 1.2 AMD-APP (1214.3) -- This is definitely not 13.12 (13.12 should be Platform version 1348.5 ), yours is much older, even o...
philsmd Old oclHashcat Support 6 15,665 03-16-2014, 01:42 AM
    Thread: test case only cracking single hash
Post: RE: test case only cracking single hash

You probably need to get rid of the newline character... it should be easy to see it just add print plain_text, after the "for plain_text in f:" and you will notice that there is the extra new line....
philsmd Old oclHashcat Support 2 6,479 04-03-2014, 08:35 PM
    Thread: GTX 750 Ti error on driver 335.23
Post: RE: GTX 750 Ti error on driver 335.23

https://hashcat.net/forum/thread-3200-post-18576.html#pid18576
philsmd Old oclHashcat Support 3 8,967 04-13-2014, 08:07 AM
    Thread: cudahashcat
Post: RE: cudahashcat

Moved to oclHashcat forum... For any doubts about how to select the right -m (--hash-type) values and / or how the hash (+ salt) should look like, pls consider reading this wiki page: https://hashc...
philsmd Old oclHashcat Support 6 35,567 04-13-2014, 12:40 PM
    Thread: Strange behaviour w/ WPA
Post: RE: Strange behaviour w/ WPA

I've tested this a little bit w/ same command line and similar dict, but I always get 100% progress. It could have to do w/ dictstat (and/or a corrupted .dictstat file), could you please try to delet...
philsmd Old oclHashcat Support 3 5,877 04-30-2014, 05:13 PM
    Thread: Line-length
Post: RE: Line-length

Seems that the file './Desktop/hashes.hash' does not exist. Maybe path incorrect. From this line: WARNING: Hash './Desktop/hashes.hash': Line-length exception we see, that it is trying to parse t...
philsmd Old oclHashcat Support 4 9,772 05-09-2014, 12:25 PM
    Thread: Line-length
Post: RE: Line-length

Since you use: Code: -- cudahashcat ... -- instead of Code: -- ./cudahashcat ... -- (i.e. - last command example - cudaHashcat64.bin is in current directory) I assume that the The-Distributi...
philsmd Old oclHashcat Support 4 9,772 05-10-2014, 11:32 AM
    Thread: --username not working- line length exception
Post: RE: --username not working- line length exception

The trac ticket https://hashcat.net/trac/ticket/441 was fixed and next version will include the bug fix. For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good result...
philsmd Old oclHashcat Support 4 8,846 05-12-2014, 07:20 AM
    Thread: No output file created
Post: RE: No output file created

oclHashcat 1.20 has some new features to remove hashes if they were already cracked. For instance, if the hash:plain line is (also) present in the pot file (cudaHashcat.pot in your case), then cuda...
philsmd Old oclHashcat Support 4 28,540 05-22-2014, 04:15 PM
    Thread: oclHashcat64 Displaying wrong number of combinations
Post: RE: oclHashcat64 Displaying wrong number of combin...

The bug/problem is in your command line /mask use ?u?u?u?u?u?u?u?u (instead of u?u?u?u?u?u?u?u) please
philsmd Old oclHashcat Support 2 4,543 05-25-2014, 09:20 PM