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 Replies [desc] Views Posted
    Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512

@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ? It is both stated here https://hashcat.net/forum/thread-4614.html and here...
philsmd Old oclHashcat Support 7 11,915 12-01-2015, 07:28 PM
    Thread: Noob help >.<
Post: RE: Noob help >.<

Maybe you should just read the documentation (--help, wiki/faq) to learn these basics: https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_...
philsmd General Help 7 8,841 01-01-2016, 10:12 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

To find collisions you should use only -m 9710 and -m 9720. To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 01:05 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 05:15 PM
    Thread: gpu intel
Post: RE: gpu intel

The minimum password length for -m 2500 = WPA/WPA2 is 8 characters. Just read the warning and it should be very clear indeed.
philsmd Old hashcat Support 7 9,274 05-13-2016, 02:00 PM
    Thread: Mask generator not working?
Post: RE: Mask generator not working?

I see many problems here. 1. maskprocessor does not support .hcmask files, you can see this easily yourself by checking the output of the maskprocessor command (mp64.exe) 2. there are limitations on t...
philsmd General Help 7 10,508 03-10-2016, 08:06 PM
    Thread: Troubleshooting overheating issues with my cracking rig
Post: RE: Troubleshooting overheating issues with my cra...

That's exactly why we always recommend to buy reference design GPUs (no gaming versions etc)... well it would be interesting to know the exact model/vendor of your GPUs. At the same time we always ...
philsmd General Help 7 11,667 06-18-2016, 06:23 PM
    Thread: hex password
Post: RE: hex password

yes, your command is wrong. You did specify the custom charset but forgot to specify a mask. see https://hashcat.net/wiki/doku.php?id=mask_attack
philsmd Old oclHashcat Support 7 20,679 06-27-2016, 03:44 PM
    Thread: hashcat v3.30
Post: RE: hashcat v3.30

Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!! This release includes some very crucial/important fixes/features ... and of course: thank you atom
philsmd hashcat 7 22,245 01-06-2017, 03:51 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

I'm very sorry to hear that. Please try with the method explained here: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes Hope that it helps (and that the password is not to...
philsmd General Talk 7 8,739 01-24-2017, 10:33 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

wait, didn't you say it is a TrueCrypt boot volume ? If so, the command you should be using is: Code: -- dd if=...DR2 of=boot_loader.tc bs=1 skip=31744 count=512 -- at least this is what ...
philsmd General Talk 7 8,739 01-25-2017, 12:22 AM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

Yeah, it seems that this is the perfect use case for a mask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) in combination with a reduced set of characters per position ...
philsmd General Talk 7 8,739 01-27-2017, 09:19 AM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

This seems to be a very, very, very vage problem description. We do not even know what your setup looks like etc. Also, why would you test with hashcat 3.10 and not with the latest version? I don't ...
philsmd hashcat 7 6,943 02-13-2017, 05:17 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

yeah, the answer is that the focus is to always support the newest and fastest GPUs and that's why there is sometimes a trade-off/compromise that might impact older systems. That's why I ask for the ...
philsmd hashcat 7 6,943 02-13-2017, 05:39 PM
    Thread: Which way is faster
Post: RE: Which way is faster

Well, the following facts should be very obvious but maybe you are asking for them: - if the dictionary is very small and dedicated a word list attack (-a 0) would be smarter/better - if a dictionary ...
philsmd hashcat 7 9,226 04-02-2017, 03:02 PM
    Thread: Which way is faster
Post: RE: Which way is faster

yes, definitely
philsmd hashcat 7 9,226 04-02-2017, 04:01 PM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

It's hash type -m 11400 = SIP digest authentication (MD5) The format is: Quote: -- $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NONCE_SERVER]...
philsmd hashcat 7 10,204 05-15-2017, 08:31 PM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

In my opinion it should be very obvious if you know what the HTTP Digest Authentication fields mean and for what they are used for. Anyway here is how you would format it in your *very* specific examp...
philsmd hashcat 7 10,204 05-16-2017, 08:08 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: Linux Shadow hashes
Post: RE: Linux Shadow hashes

Please do not forget that hashcat supports loading of different/special file types like pwdump, linux shadow, passwd, DCC, NetNTLM, nsldaps etc. Therefore you actually only need to specify that you...
philsmd hashcat 7 12,730 07-12-2017, 12:39 PM