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 [asc] Replies Views Posted
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Well, that's a comparison of 2 completely different (operating) systems. I'm not sure if that is a good comparison. Furthermore, the 2 system also have different hardware (so everything changes). A be...
philsmd hashcat 13 11,068 06-02-2017, 08:09 AM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Oh that might explain it (you shouldn't install CUDA at all for using hashcat, it might ship with conflicting .dll/drivers). You should try to follow this: https://hashcat.net/faq#i_may_have_the_wron...
philsmd hashcat 13 11,068 06-02-2017, 09:25 AM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Well, normally one should prefer small targeted word lists with a lot of rules (not just massive word lists with no rules). The GPUs need to have some work to do (i.e. with the help of some amplifica...
philsmd hashcat 13 11,068 06-02-2017, 09:41 AM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

@dindolo1979 This post is just to let you know that both ethereum algorithms are now available in the newest beta version of hashcat (beta 3.5.0+168 or newer, https://hashcat.net/beta/). See htt...
philsmd hashcat 26 24,603 06-05-2017, 03:34 PM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Wait, how did you test this that quickly? (you had to reboot your system and wait until the whole dictionary exhausted, shouldn't that take at least several minutes/hours?) How much time does it take...
philsmd hashcat 13 11,068 06-02-2017, 08:50 AM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

Let me explain this: if you use the mask ?1?1?1?1?1?1?1?1 together with --increment, what hashcat really does is run this set of masks one after the other: Code: -- ?1 ?1?1 ?1?1?1 ?1?1?1?1 ?1?1?1?1?...
philsmd hashcat 4 6,438 06-02-2017, 03:21 PM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

My suggestion would be to: - do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve...
philsmd hashcat 3 6,841 06-04-2017, 08:30 AM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!" If you still insist in using The-Distribution-Whi...
philsmd hashcat 3 6,841 06-07-2017, 08:21 AM
    Thread: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...

-a 3 is only used for mask attack if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option. for -a 6 and -a 7 you need to provide both th...
philsmd hashcat 2 3,526 06-24-2017, 11:29 AM
    Thread: SHA512 without salt
Post: RE: SHA512 without salt

Wow, this is a very nice analysis @epixoip! Well done! That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might...
philsmd hashcat 4 5,167 06-30-2017, 09:11 AM
    Thread: Mask processor error
Post: RE: Mask processor error

-a 3 is for mask attack, -a 3 is not for stdin/wordlists -a 0 is used for straight/wordlist/stdin attacks BTW: you really should read te wiki instead of asking all these very noob/basic question...
philsmd hashcat 2 2,559 07-04-2017, 10:42 PM
    Thread: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Post: RE: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))

Closing this thread because it is a double post, see https://hashcat.net/forum/thread-6698.html (btw: this is not the way it works. If you do not know which is the correct forum section to post a n...
philsmd hashcat 1 2,737 07-08-2017, 12:57 PM
    Thread: Dictionary with known combinations
Post: RE: Dictionary with known combinations

if you really need to combine every word with every word, you should probably use combinator3 from hashcat.utils Code: -- combinator3 dict dict dict -- if the numbers are always at the end and "o...
philsmd hashcat 1 2,259 06-25-2017, 08:35 AM
    Thread: Mask processor
Post: RE: Mask processor

If you read the --help output of maskprocessor it should be very clear: -q is used to limit the number of identical characters that are next to each other (-q x means that each character should be rep...
philsmd hashcat 1 2,214 07-04-2017, 03:37 PM
    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
    Thread: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...

the short answer is "parallelization". You need to keep in mind that it only makes sense to use GPUs because they can parallalize things enormously good, i.e. the power of the GPUs comes only from ru...
philsmd hashcat 3 4,791 07-12-2017, 05:15 PM
    Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header

I'm not sure why you are even trying to "brute-force" the offset. The instructions are very clear: if the whole disk (operating system) is encrypted i.e. the system starts with the special boot loade...
philsmd hashcat 7 7,597 07-14-2017, 08:11 PM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If that's the case you shouldn't be able to find the string "BOOTMGR compressed" etc on the encrypted volume. Maybe you are trying to extract the "hash" from the wrong partition?
philsmd hashcat 10 26,762 07-15-2017, 02:08 PM
    Thread: RAR crack
Post: RE: RAR crack

There could be many reasons why your experiencing these crashes. I would suggest that you try the -m 12500 = RAR3-hp example hash from https://hashcat.net/wiki/example_hashes. It would be also i...
philsmd hashcat 2 6,493 07-18-2017, 05:35 PM
    Thread: CSV, hashes and username...
Post: RE: CSV, hashes and username...

This question was answered way too often, it even made it into the FAQ: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword has...
philsmd hashcat 2 3,880 07-27-2017, 10:56 AM