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 Views Posted [asc]
    Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID

Yeah, feel free to contribute with such a pull request. I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools. So the input...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,821 03-17-2017, 09:53 AM
    Thread: guess number
Post: RE: guess number

Try with --outfile-format 11
philsmd hashcat 3 4,395 03-17-2017, 08:26 AM
    Thread: NTLM list with Duplicate Hashes
Post: RE: NTLM list with Duplicate Hashes

Do you use the latest version of hashcat (3.40 currently)?
philsmd hashcat 4 4,735 03-16-2017, 04:08 PM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

Actually, if you know what the problem of the K a l i packages are and how one normally needs to install the drivers/ICDs, then it is quite easy to start hashcat also with The-Distribution-Which-Doe...
philsmd hashcat 11 23,370 03-14-2017, 01:41 PM
    Thread: Cant crack simple russian password
Post: RE: Cant crack simple russian password

As you can see by looking into the charsets folder of hashcat, russian chars can be represented with different encodings (cp1251, ISO-8859-5, KOI8-R.hcchr etc). So one problem is that all these input...
philsmd hashcat 2 3,725 03-13-2017, 11:20 PM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed. Firstly, you must make sure that the nv...
philsmd hashcat 12 12,018 03-13-2017, 01:42 PM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...

What do you mean by integer overflow? Did you not see that error message before. Please be more specific. Most of the time when users report an integer overflow is when the job would take kinda milli...
philsmd hashcat 5 5,473 03-08-2017, 12:31 PM
    Thread: hashcat-3.40
Post: RE: hashcat-3.40

Hello and welcome, Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th...
philsmd hashcat 1 3,933 03-07-2017, 08:51 AM
    Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated

It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the...
philsmd General Talk 3 6,795 03-06-2017, 09:04 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Maskprocessor has a command line argument for exactly this type of password candidate filtering: https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78 So one could use something like t...
philsmd hashcat 12 12,018 03-06-2017, 08:53 AM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make) This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):...
philsmd hashcat 12 12,535 03-03-2017, 12:06 AM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

This is not the correct way to generate hashes. echo always outputs a string with newlines. BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr...
philsmd hashcat 12 12,535 03-01-2017, 05:44 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

All of this information is documented in the wiki, I even linked it. I will try to explain it anyway: 1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ...
philsmd hashcat 6 5,792 03-01-2017, 05:41 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

Well, since the algorithm is very slow... your best bet is to use very selectively choosen password candidates (and apply very few rules - or even none - to it). The best thing would be to try to re...
philsmd hashcat 3 5,284 02-27-2017, 09:36 AM
    Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

If you intend to add a wordlist for -a 0 after you started hashcat, you can use the induction dir (see --induction-dir).
philsmd hashcat 2 4,186 02-27-2017, 09:25 AM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

Beta: https://hashcat.net/beta/
philsmd hashcat 16 18,208 02-27-2017, 09:17 AM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Thanks for the feedback. So if I understood you correctly everything works correctly now. The only "problem" you did experience in very rare situation is a very high upper limit in file size (8KiB c...
philsmd User Contributions 28 70,369 02-22-2017, 05:49 PM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

Yeah, that's actually a very common mistake of new command line users. I also saw these 2 a lot (Warning: do NOT use these command, they destroy your binaries!!!): 1. use file redirect instead of ...
philsmd hashcat 3 5,797 02-21-2017, 03:32 PM