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 [asc] Author Forum Replies Views Posted
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

are you sure you run a binary that fits your operating system? For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed). see https://stackoverflow...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,432 11-09-2015, 04:18 PM
    Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01

as epixoip said, you need to escape special symbols on your shell this has nothing to do with oclHashcat for instance -j $x won't work, because $x is seen as a variable by your operating system. e...
philsmd Old oclHashcat Support 4 6,348 01-12-2016, 01:25 PM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

I don't think the grep test is a good/valid test. There could be any other (even non-printable) character within that line and therefore the combined (concatenated) result is different. You coul...
philsmd hashcat 10 2,085 03-26-2020, 06:31 PM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

This command: Code: -- xxd -p -- ... unfortunately adds newlines within the hexadecimal output if a certain line line was reached. Try it yourself Code: -- echo -n aaaaaaaaaaaaaaaaaaaaaa...
philsmd hashcat 10 2,085 03-27-2020, 09:53 AM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

Can you try cracking your hccapx file with -m 2500 (for testing purposes) ?
philsmd hashcat 10 2,085 03-27-2020, 09:56 AM
    Thread: Combinator attack - hashcat internals
Post: RE: Combinator attack - hashcat internals

what exactly are you comparing with ? Is it this command ? Code: -- hashcat -m 3200 -a 1 -w 3 hash.txt dict1.txt dict2.txt -- It also depends a lot on the sizes of the dicts and on the cost f...
philsmd hashcat 1 577 05-28-2020, 08:52 AM
    Thread: Combinator
Post: RE: Combinator

it's all about acceleration, read: https://hashcat.net/faq/morework if there is much I/O slowdown, but little new input for hashcat, the GPU can't really accelerate, it will stay idle... instead if...
philsmd hashcat 8 1,615 05-20-2020, 08:38 PM
    Thread: combination attack help
Post: RE: combination attack help

@gato_wero 1. pls do not hijack threads like you just did since: problem with syntax -k ?d?d (which is not valid/possible) is very different from your problem 2. pls see https://hashcat.net/trac/...
philsmd Old oclHashcat Support 6 10,769 10-08-2014, 02:47 PM
    Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...

you could for instance just decrypt/open the file (I already mentioned how to do this with libreoffice here: https://hashcat.net/forum/thread-7216-post-39498.html#pid39498)
philsmd User Contributions 36 134,713 05-25-2018, 02:33 PM
    Thread: CMIYC2017 - Challenge8 vBulletin
Post: RE: CMIYC2017 - Challenge8 vBulletin

You just generate all possible "hashes" (with all possible salts, the characters that are normally used is well-defined) and try to crack them. Of course not all hashes will be cracked, but the number...
philsmd General Talk 2 2,516 12-06-2017, 08:48 AM
    Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti

which nvidia driver version do you use ? did you try following this guide: https://hashcat.net/faq/wrongdriver if still not working, please try with an older Nvidia driver version e.g. the ones re...
philsmd hashcat 1 1,504 02-10-2019, 09:22 AM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

1. why do you use crunch ? 2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ? 3. what is your command ? 4. why don't you give your full specs ? if the er...
philsmd hashcat 6 903 07-11-2020, 05:00 PM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

- you should download hashcat directly from https://hashcat.net/hashcat/ - don't use crunch, use this instead: Code: -- hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt -- where...
philsmd hashcat 6 903 07-11-2020, 05:22 PM
    Thread: CL_INVALID_VALUE - yes, OpenCL is installed
Post: RE: CL_INVALID_VALUE - yes, OpenCL is installed

does the beta work for you https://hashcat.net/beta/ ?
philsmd hashcat 2 1,104 01-14-2020, 09:36 AM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Teslas are slower than Maxwell cards when it comes to hash cracking. Maybe you can find a "cloud provider" with 970, 980, 980ti, 1080, 1080ti etc; probably not, because they do not focus on hash cr...
philsmd Hardware 4 6,159 04-01-2017, 08:18 AM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Of course more cores means more performance (in general), but here we are talking about some very different architectures and instruction sets. That is what makes the real difference for hash cracking...
philsmd Hardware 4 6,159 04-01-2017, 09:50 AM
    Thread: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR problem
Post: RE: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR ...

please follow this guide https://hashcat.net/faq/wrongdriver
philsmd hashcat 4 9,115 12-19-2018, 04:19 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,269 02-08-2017, 07:59 PM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

the main question that comes to my mind here is: why do you need to clean it at all? doesn't it work also without cleaning it? The output should be 100% the same one. maybe the only reasons you cl...
philsmd hashcat 6 29,048 09-12-2017, 08:08 AM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

I just want to make sure that a non-experienced user doesn't use a silly filter and cleanup like the one mentioned above. If you know what you are doing. just do it. at your own risk. For all othe...
philsmd hashcat 6 29,048 09-13-2017, 10:49 AM