Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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,819 |
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,819 |
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,819 |
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,819 |
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,819 |
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,819 |
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,819 |
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,819 |
12-23-2019, 07:05 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: 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: 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: 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: Ask Customs Chracter Set
Post: RE: Ask Customs Chracter Set
All of this is explained in the wiki ( https://hashcat.net/wiki/ )
See https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
with -1, -2, -3, -4 you define "custom charsets".
So for i... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,484 |
10-02-2014, 05:44 PM |
|
|
Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack
I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this:
1. first precompute and store... |
|
philsmd |
hashcat
|
3 |
6,267 |
04-14-2018, 03:24 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...
If I'm not totally mistaken and if the algorithm is really just aes_decrypt (sha256 (sha256 ($pass), $data) ... then your strategy to implement this kernel doesn't make much sense.
The main questio... |
|
philsmd |
hashcat
|
32 |
25,733 |
01-14-2018, 09:45 AM |
|
|
Thread: Any idea if this would be much faster on a GPU?(MD5 x3 + AES decrypt)
Post: RE: Any idea if this would be much faster on a GPU...
yeah, OpenCL support might make sense.
But there are some questions still open:
- what about the lenght of the data, is 1 block enough ?
- you need way better means to determine if the decryption... |
|
philsmd |
hashcat
|
3 |
4,337 |
05-28-2017, 04:49 PM |
|
|
Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat
I would suggest asking this on the hcxtools thread https://hashcat.net/forum/thread-6661.html or even on the github issue page of the 3th party project hxctools https://github.com/zerbea/hcxtools/issu... |
|
philsmd |
hashcat
|
5 |
3,557 |
02-27-2019, 10:59 AM |
|
|
Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...
Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys... |
|
philsmd |
Beta Tester
|
4 |
2,459 |
05-15-2020, 12:55 PM |
|
|
Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?
The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working).
The only thing you need ... |
|
philsmd |
General Help
|
8 |
24,644 |
03-08-2016, 10:17 AM |