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 [desc] Author Forum Replies Views Posted
    Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script

Thanks ! this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;) In theory we could add a "module" (that just does the parsing and ...
philsmd User Contributions 1 2,171 07-26-2019, 04:37 AM
    Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work

did you try following this guide to re-install the driver (completely uninstall and install again): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install...
philsmd hashcat 2 1,666 04-13-2019, 01:42 PM
    Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...

you could try to think about alternatives, like rule based attacks (https://hashcat.net/wiki/?id=rule_based_attack) Code: -- hashcat64.exe --stdout -a 3 -o my.rules ^^?a -- note: here I assume...
philsmd hashcat 9 3,546 02-11-2019, 03:11 PM
    Thread: ATTENTION! OpenCL kernel self-test failed on Mac
Post: RE: ATTENTION! OpenCL kernel self-test failed on M...

1. the hash type (-m) is important when you report any errors (self-test errors are often "only" affecting specific hash types, because of a driver/runtime/compiler bug, not hashcat problem most of th...
philsmd hashcat 2 582 07-13-2020, 10:28 AM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

intem: what kind of errors ? and which hashcat versions ? the beta versions too, git too? can you test which git commit (https://github.com/hashcat/hashcat/commits) introduced the problem ?
philsmd hashcat 31 12,818 08-28-2019, 10:55 AM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

it would be great if anyone of you (affected users) could try to find out what changes from the recent git history introduced this problem. I think it would be enough git cloning the repository and t...
philsmd hashcat 31 12,818 08-29-2019, 07:38 PM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

too many changes since that specific version. it could be (almost) any change that introduced the problem: current version: +1394 after release your version: +910 after release that's almost 50...
philsmd hashcat 31 12,818 08-29-2019, 09:02 PM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

Wouldn't it make MUCH more sense to find out the root of the problem and see when it was introduced and test how to fix it ? Using old versions is always bad, they might soon be deprecated (also dr...
philsmd hashcat 31 12,818 12-17-2019, 08:55 PM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

We would need somebody to test and troubleshoot the hashcat "versions"/changes/commits on github to identify the problem. that is what I was trying to say. If we know it can be fixed by using the v...
philsmd hashcat 31 12,818 12-18-2019, 09:37 AM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

wow, that's a great discovery (altrough it still doesn't make much sense.. maybe driver bug?) could you please first test the latest git version without any modification (fresh clone, make clean, g...
philsmd hashcat 31 12,818 12-22-2019, 12:36 PM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

Hey fromdusktillpwn, thank you again for this amazing troubleshooting and testing. We appreciate this very much, because we know this can be kinda tedious to test all the commits and find the righ...
philsmd hashcat 31 12,818 12-23-2019, 11:16 AM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

Thanks for the update. I'm still confused about the fact that it now seems to work for you with different beta versions (NOT just with the latest one) and that your original post says that even older ...
philsmd hashcat 31 12,818 12-23-2019, 07:05 PM
    Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers

@rurapenthe , could you please double-check if those errors do not happen if you keep the -d 1.... note: you can run the test also as: test_1385640930/test.sh -m 1800 -a 3 -t single # for example ...
philsmd Beta Tester 22 28,383 11-30-2013, 11:34 AM
    Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers

@chancas , mastercracker chancas Wrote: (11-30-2013, 02:16 PM) -- Code: -- echo -n 10471161328 | ./oclHashcat64.exe --quiet --force --disable-potfile --runtime 200 --gpu-temp-disable -d 1 -a 0 -m 6...
philsmd Beta Tester 22 28,383 12-02-2013, 06:08 PM
    Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers

I think the problem of rurapenthe -multi-gpu problem / not founds and/or crashes was fixed in recent betas, right @rurapenthe and/or others? What about the above problem w/ windows path names hash...
philsmd Beta Tester 22 28,383 12-05-2013, 04:10 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,015 03-06-2017, 08:53 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,015 03-13-2017, 01:42 PM
    Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...

First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system. -D 1 (or --opencl-device-types 1) instead needs to be...
philsmd hashcat 2 1,716 12-12-2018, 12:20 PM
    Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks

Code: -- -D 1,2 -- can be used to enable both CPU and GPU (the Intel OpenCL Runtime for Core or Xeon processors need to be installed, in general), but note that it doesn't always increase speed...
philsmd Hardware 6 1,260 07-15-2020, 06:49 AM
    Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks

That statement doesn't make sense without the full context. Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ...
philsmd Hardware 6 1,260 07-15-2020, 10:48 PM