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 [desc] Author Forum Replies Views Posted
    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 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 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 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 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 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: 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: [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: 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: 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 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: WinZip in version 3.0
Post: RE: WinZip in version 3.0

yeah, currently only the newer winzip format is supported (the more difficult one to crack).
philsmd hashcat 9 11,804 07-01-2016, 05:25 PM
    Thread: Won't start cracking (beginner)
Post: RE: Won't start cracking (beginner)

are you sure you installed the driver correctly? please use these instructions: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do ...
philsmd Hardware 4 3,801 11-25-2018, 09:56 PM
    Thread: Wordlist + Bruteforce Attack
Post: RE: Wordlist + Bruteforce Attack

just read the output of Code: -- hashcat --help -- it says Code: -- - [ Attack Modes ] - ... 6 | Hybrid Wordlist + Mask -- therefore it is just: Code: -- hashcat -a 6 -m 1372...
philsmd hashcat 2 2,079 12-27-2019, 07:55 PM
    Thread: wordlist creates
Post: RE: wordlist creates

the question here is: why would you need to create a word list on disk ? This involves a lot of disk I/O (usage of one of the slowest components on a PC, even if it is a NVMe SSD). Remember: in additi...
philsmd hashcat 3 1,560 03-01-2020, 10:25 AM
    Thread: Wordlist word spacing
Post: RE: Wordlist word spacing

"wordswithoutspaces" ? yes, *hashcat reads line by line, regardless if there are spaces in some lines of your wordlist. If you meant "wordswithspaces", yes they are tested as 1 plain and not split...
philsmd Old hashcat Support 4 9,795 08-10-2013, 02:11 PM
    Thread: Wordlist word spacing
Post: RE: Wordlist word spacing

running sed is not doing it manually. Doing it manually would mean change every space by hand - line by line ;) Sed/awk/tr can be used on windows. I know that, because I used them myself. Otherwis...
philsmd Old hashcat Support 4 9,795 08-10-2013, 02:30 PM
    Thread: Wordlists Contain 0 Bytes?
Post: RE: Wordlists Contain 0 Bytes?

You have specified "-a 3" this means cpu hashcat will use a mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack ). If you instead want to use a wordlist-based attack, you need to specify -a ...
philsmd Old hashcat Support 1 3,909 01-01-2015, 12:02 PM