Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: Hashchat GUI?
Post: RE: Hashchat GUI?

It's there and it's called a wiki: https://hashcat.net/wiki/ The GUI was just an adapter tool for people who are too lazy to learn to use the command line. Also the GUI is made externally and no...
mastercracker General Help 8 41,067 01-06-2014, 05:22 AM
    Thread: Hashchat GUI?
Post: RE: Hashchat GUI?

Like philsmd said, my comment was not to insult anyone and he is right by saying that there are other reasons to use the GUI but most of the people using it, but it's definitely one of them. Again ph...
mastercracker General Help 8 41,067 01-07-2014, 06:11 AM
    Thread: Need help for ERROR: clGetPlatformlds<> -1001
Post: RE: Need help for ERROR: clGetPlatformlds<> -1001

The current recommended driver for your setup is 13.12: https://www2.ati.com/drivers/13-12_xp32_dd_ccc.exe You can install it so that at least for video you are up to date but if epixoip is right...
mastercracker General Help 8 15,884 01-29-2014, 09:27 PM
    Thread: Need help for ERROR: clGetPlatformlds<> -1001
Post: RE: Need help for ERROR: clGetPlatformlds<> -1001

parco Wrote: (01-29-2014, 09:53 PM) -- sorry but it seems that 13.12 drivers are for windows 7 and 8, i have a xp professional. Anyway the main problem is "ERROR: clGetPlatformlds -1001" cause i get...
mastercracker General Help 8 15,884 01-29-2014, 10:20 PM
    Thread: Help with wordlists - cracking md5(unix)
Post: RE: Help with wordlists - cracking md5(unix)

Your speed will be inversely proportional to the number of hash you have (number of salts to be more precise but most of the time they are different from hash to hash). Meaning that 2 hash will be tw...
mastercracker Old oclHashcat Support 8 18,215 02-06-2014, 08:02 PM
    Thread: --debug option
Post: RE: --debug option

I would be in favor of it. You can "push" a lot more of rules onto gpu than on CPU. Again, this is all in the goal of determining what would be the best rules to use with each wordlists. Being able...
mastercracker Beta Tester 8 10,394 02-06-2014, 10:54 PM
    Thread: --debug option
Post: RE: --debug option

Amazing. I will try it when I will go back home.
mastercracker Beta Tester 8 10,394 02-12-2014, 07:46 PM
    Thread: error:clGetPlatformIDs -64
Post: RE: error:clGetPlatformIDs -64

ghoshorn Wrote: (02-14-2014, 06:48 AM) -- undeath Wrote: (02-12-2014, 09:59 PM) -- use any 13.x version where x >= 4 -- when I got an 13.350.1005.0 version,it tells me "STOP! Unsupported or incorre...
mastercracker Old oclHashcat Support 8 14,469 02-14-2014, 03:38 PM
    Thread: --debug option
Post: RE: --debug option

I have found a bug with the debug feature (mode 3) in OclHashcat. If you crack a password with 14 or 15 rules you get long lines full of nulls and weird characters. Those cannot be pasted here so th...
mastercracker Beta Tester 8 10,394 03-02-2014, 06:23 AM
    Thread: No output file
Post: RE: No output file

It should be in your cudahashcat folder. Because you selected --outfile-format=2, it will look like a wordlist (only plains are saved). Also, your cracked hashes will be in cudahashcat.pot file.
mastercracker Old oclHashcat Support 8 10,706 04-14-2015, 09:09 PM
    Thread: Special characters in mask
Post: RE: Special characters in mask

I suggest that you stay polite too. How about you give us your command line so that we can see what could potentially be wrong. Also "is not work" and "it did'nt work for me" are quite vague. Did y...
mastercracker Old oclHashcat Support 8 13,344 04-15-2015, 04:41 AM
    Thread: No output file
Post: RE: No output file

Try to reformat your command line this way just in case: cudahashcat hash file The parameters after the mask might get ignored.
mastercracker Old oclHashcat Support 8 10,706 04-16-2015, 10:52 AM
    Thread: No output file
Post: RE: No output file

Yes, that's what I meant. To be safe, I always put all the switches/options (starting with - or --) between the program (cudahashcat, oclhashcat, hashcat-cli...) and the target (usually an hash file)....
mastercracker Old oclHashcat Support 8 10,706 04-17-2015, 01:12 AM
    Thread: Odd Bruteforce Issue
Post: RE: Odd Bruteforce Issue

He did not use the --remove switch so yeah, they always gonna be there...
mastercracker Old oclHashcat Support 8 11,498 04-18-2015, 06:40 AM
    Thread: Odd Bruteforce Issue
Post: RE: Odd Bruteforce Issue

epixoip Wrote: (04-18-2015, 09:41 AM) -- @mastercracker: no, hashcat supports potfiles now, and he specifically stated that "it finds x number of hashes in the pot file", referring to the "INFO: remo...
mastercracker Old oclHashcat Support 8 11,498 04-18-2015, 03:31 PM
    Thread: Easy for you, hard for me - mask writing
Post: RE: Easy for you, hard for me - mask writing

Actually it does not matter because the keyspace is so small. Just use the followings: -a 3 whatever.hccap ?acrossa7 -a 3 whatever.hccap ?acrossa7?a -a 3 whatever.hccap crossa7?a -a 3 whatever.hccap...
mastercracker General Help 8 12,833 06-15-2015, 05:05 AM
    Thread: Easy for you, hard for me - mask writing
Post: RE: Easy for you, hard for me - mask writing

jacknimble Wrote: (06-15-2015, 05:12 AM) -- How is it possible to instruct one place to guess all uppercase and lowercase letters? Also, how to instruct to first guess 7 letter passwords, then 8 let...
mastercracker General Help 8 12,833 06-16-2015, 07:13 AM
    Thread: Easy for you, hard for me - mask writing
Post: RE: Easy for you, hard for me - mask writing

jacknimble Wrote: (06-15-2015, 06:12 AM) -- I'm very sorry, maybe this question is so simple and obvious is the reason why there is nothing in FAQ or any of the tutorials. I realize most of you are t...
mastercracker General Help 8 12,833 06-16-2015, 07:16 AM
    Thread: Easy for you, hard for me - mask writing
Post: RE: Easy for you, hard for me - mask writing

I assumed that you were using oclhashcat by the way. If you are using Hashcat, it might be slightly different.
mastercracker General Help 8 12,833 06-16-2015, 07:18 AM
    Thread: qeustion about my hardware and H/s
Post: RE: qeustion about my hardware and H/s

Quote: -- Basically I have three words I usually use, with a few characters before and after, including special characters, or not. The first letter of the three words may be capitalized. -- If you ...
mastercracker General Help 8 9,974 07-25-2015, 11:55 AM