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: Noob: SHA1 problem
Post: RE: Noob: SHA1 problem

First, welcome to the hashcracking world! You should be able to find the answer to your question both within the --help output or the hashcat wiki (especially https://hashcat.net/mask_attack ). Hint...
philsmd hashcat 2 3,687 02-05-2017, 02:18 PM
    Thread: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR
Post: RE: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR

You need to load the new .hccapx files, not .hccap files for mode -m 2500! see https://hashcat.net/forum/thread-6273.html
philsmd hashcat 6 8,270 02-08-2017, 07:59 PM
    Thread: Polish letters - office
Post: RE: Polish letters - office

After trying your example, I came to the conclusion that you might have hit exactly one limitation of hashcat, i.e. that it doesn't perform a "perfectly correct" utf16 conversion of the password candi...
philsmd hashcat 4 4,168 02-08-2017, 08:50 PM
    Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash

you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip You should quickly remove the hashes here,...
philsmd hashcat 1 19,728 02-11-2017, 07:54 PM
    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: "No hashes loaded" using 11600
Post: RE: "No hashes loaded" using 11600

Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ? There were several changes made to both 7z2hashcat *and* hashcat during the last weeks. Please try the beta version. T...
philsmd hashcat 3 6,038 02-20-2017, 02:35 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
    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: 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: 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: 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: 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: 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: 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: 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

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: 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: 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: 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