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 [asc] Author Forum Replies Views Posted
    Thread: Windows hashcat with amd gpu Error
Post: RE: Windows hashcat with amd gpu Error

which operating system ? which driver version ? ROCm ? did you try with the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 2 643 05-16-2020, 08:20 PM
    Thread: Windows 10 Online Account
Post: RE: Windows 10 Online Account

I think that the hashes can still be cached and this process can somehow be compared to cached credentials within a local domain (LSA etc). I'm not an expert in this regard, but there must be some way...
philsmd hashcat 7 10,257 05-19-2017, 08:31 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

1. make sure that you run hashcat in cmd 2. make sure that you are using the correct windows binary (newer versions of hashcat only ship a 64-bit binary by default, so make sure that you have a 64-bi...
philsmd hashcat 3 1,718 10-12-2019, 09:35 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

your other posts imply that you already solved this problem: https://hashcat.net/forum/thread-8715-post-46305.html#pid46305 you wouldn't be able to get that specific error message without being ab...
philsmd hashcat 3 1,718 10-13-2019, 09:25 AM
    Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?

It is very difficult for us to reproduce... I for instance do not understand if this wordlist is a personal wordlist of you or it is one of the .word files in /examples/ . Could you please explain h...
philsmd Old hashcat Support 5 9,987 12-10-2013, 12:52 AM
    Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?

This seems to be easy to reproduce and it seems that it doesn't occur randomly but w/ very specific plains (if the length > 48). I also opened this trac ticket https://hashcat.net/trac/ticket/221 a...
philsmd Old hashcat Support 5 9,987 12-10-2013, 08:18 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,164 01-17-2015, 07:56 PM
    Thread: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow

what do you mean ? mask attack (-a 3) ? there is no such thing as alphanumeric chars in hashcat built-in charsets: we only have the single groups of characters like ?d,?l,?u and the combination of...
philsmd hashcat 5 1,805 02-26-2020, 08:58 AM
    Thread: Why So Many Digests?
Post: RE: Why So Many Digests?

You have probably collected several full handshakes for the same network (all data for this set of handshakes is present in the hccapx file) and hashcat loads all of them. This shouldn't make much sp...
philsmd General Talk 2 3,531 11-03-2017, 09:39 PM
    Thread: Why is the Speed so slow on my GTX 970?
Post: RE: Why is the Speed so slow on my GTX 970?

Why do you think it is way too slow. Do you know that WPA/WPA2 algorithm is meant and known to be very slow (compared to some fast algorithm like NTLM / MD5 etc). This is a property of the WPA/WPA2 a...
philsmd Old oclHashcat Support 3 6,450 04-04-2015, 07:02 PM
    Thread: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow

the pipe (|) aka stdin mode only works with -a 0 in hashcat. That means that you would need to use something like this: Code: -- -r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r...
philsmd hashcat 2 922 01-18-2020, 09:55 AM
    Thread: Why doesn't the Example Hashes Match With the Hashes That I Extracted?
Post: RE: Why doesn't the Example Hashes Match With the ...

what do you mean? Did you create a new veracrypt file with random data ? of course they differ, because the data is different (and the "salt"/entropy/randomness used by the algorithm is different f...
philsmd hashcat 2 1,669 01-26-2019, 01:01 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

what hardware do you have ? what driver version do you use ? output of hashcat -I and maybe clinfo.exe would also be great. Do you get any errors ? You are not using --force, right ? all comman...
philsmd hashcat 10 965 08-27-2020, 08:15 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

try to add this to your command: -D 1
philsmd hashcat 10 965 08-27-2020, 08:44 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc. You might be able to work around it with different driver versions. but it's actually q...
philsmd hashcat 10 965 08-27-2020, 11:06 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

did you try with other hash types ? do they work correctly with your Intel GPU (windows operating system) ?
philsmd hashcat 10 965 08-28-2020, 09:06 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

run Code: -- hashcat -b -- or Code: -- hashcat -b --benchmark-all -- or the example hashes from https://hashcat.net/wiki/example_hashes There is no need to extract any hashes, it' ...
philsmd hashcat 10 965 08-29-2020, 10:41 AM
    Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?

It's very easy to think about this: you have 2 different processes the 2 processes only communicate over the pipe the second hashcat instance only knows that it gets some input from stdin (from an ...
philsmd hashcat 2 2,677 12-02-2017, 03:35 PM
    Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...

The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes The hash format should not contai...
philsmd hashcat 1 1,769 08-18-2018, 06:43 PM
    Thread: Who have old HashCat Plus ?
Post: RE: Who have old HashCat Plus ?

Hey, 1. google (and to be fair other search engines too, including some specialized file search engines) return dozens of result if I just launch a search, e.g. I get this link: ftp://www.cs.tula.r...
philsmd Very old oclHashcat-plus Support 8 15,002 10-01-2013, 02:06 AM