Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and... |
|
philsmd |
General Talk
|
37 |
24,764 |
01-26-2018, 09:00 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look too bad.
but there are at least 2 things that I don't understand:
1. why do you define --custom-charset1 with EFBBBF and only use it at 1 position (this means that hashcat will test ... |
|
philsmd |
General Talk
|
37 |
24,764 |
01-26-2018, 11:30 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look correct to me.
As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct.
You even write:
Code:
--
?1 = 101213 = Carriage R... |
|
philsmd |
General Talk
|
37 |
24,764 |
01-27-2018, 08:59 AM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
I don't think that this mask would help or even be correct.
What -a 3 -1 charset --increment --increment-min 10 --increment-max 30
?1?1?1?1?1?1?1?1?1?1?1?1PASSWORD?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1... |
|
philsmd |
General Talk
|
37 |
24,764 |
02-06-2018, 05:31 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
This type of attack makes no sense to me. You are basically just trying some combinations of the characters "0", "5", "7", "!" and "@" (together with --increment right?).
hashcat will generate passwo... |
|
philsmd |
General Talk
|
37 |
24,764 |
02-07-2018, 09:48 AM |
|
|
Thread: 8 x AMD HD7970 @ 1050MHz
Post: RE: 8 x AMD HD7970 @ 1050MHz
As of the oclHashcat requirements you need at least Catalyst 13.1 (https://hashcat.net/oclhashcat-plus/ ). Also if you haven't done yet you should download latest oclHashcat suite (see previous link).
... |
|
philsmd |
Hardware
|
36 |
91,860 |
08-19-2013, 09:50 AM |
|
|
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,711 |
05-25-2018, 02:33 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,730 |
01-14-2018, 09:45 AM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line.
The hash must look similar to the one that is mentioned here: https://hashcat.... |
|
philsmd |
hashcat
|
32 |
25,730 |
01-30-2018, 01:24 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
different salt type implies ("slightly") different algorithm (as far as I know)
The output of electrum2john will be different for different salt types.
I.e. $electrum$1 means that salt-type 1 is b... |
|
philsmd |
hashcat
|
32 |
25,730 |
02-03-2018, 01:34 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,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: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Bottleneck, and my 31 character limit. Ideas?
seriously?
3 forum threads for exactly the same problem within just a couple of hours/days this is against following forum rules ( https://hashcat.net/forum/announcement-2.html ):
Do not double post.... |
|
philsmd |
Old oclHashcat Support
|
30 |
45,020 |
04-09-2015, 03:59 PM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
You need to make sure that the hash file (the first file that you specified, e.g. .\hashes\music.txt) does contain the hash that you extracted by ethereum2john.py.
I think you didn't store the outp... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-15-2018, 11:57 PM |