Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Help implementing FNV1 for a3 mode
Post: RE: Help implementing FNV1 for a3 mode
I would suggest to start with some simple hash types that involve md5/sha1 etc...
In general there are some algorithms listed here, that are not already implemented: https://github.com/hashcat/has... |
|
philsmd |
hashcat
|
1 |
560 |
05-04-2020, 07:11 PM |
|
|
Thread: Slow-candidates for hybrid attacks
Post: RE: Slow-candidates for hybrid attacks
I think there isn't really any serious reasoning why it isn't implemented yet. You could try to request it on github (https://github.com/hashcat/hashcat/issues/) and see if it gets accepted and implem... |
|
philsmd |
hashcat
|
2 |
1,211 |
05-08-2020, 12:59 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
I currently can't reproduce to get an identical session ID with different hash lists.
could you please provide your full server and client commands and also the hash lists (PM is also okay, or even... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 02:12 PM |
|
|
Thread: separator unmatched
Post: RE: separator unmatched
Could you please explain what you are trying to crack (which type of hashes) and how you are testing ?
The best thing probably would be to just test example hashes from https://hashcat.net/wiki/exa... |
|
philsmd |
hashcat
|
7 |
1,480 |
05-09-2020, 07:35 AM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I think this is related: https://github.com/hashcat/hashcat/issues/1644
it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 10:52 AM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I was thinking about this now a little bit and I found another problem...
if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 03:22 PM |
|
|
Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode
The command makes no sense.
Defining any custom charset like --custom-charset1 (or short -1) without using it within the mask doesn't make any sense and is actually quite a common user mistake. :(
... |
|
philsmd |
hashcat
|
7 |
1,538 |
05-10-2020, 07:29 AM |
|
|
Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help
The algorithm is also not complete. One of the important steps is missing... how does a password cracking tool know if the password is correct ? the verification code i.e. checking the decrypted byte... |
|
philsmd |
hashcat
|
19 |
3,655 |
05-10-2020, 07:34 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
the naming convention is just:
- brain.[SESSION_ID].ldmp for hashed passwords
- brain.[ATTACK ID].admp for attack positions
that means, that you could just start a quick cracking job again and se... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 03:49 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
The executable is definitely within the maskprocessor folder: https://github.com/hashcat/maskprocessor/releases
Well, it would make sense to explain what attack mode you tried and how your strategy... |
|
philsmd |
hashcat
|
12 |
2,254 |
05-11-2020, 03:53 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
wow, thanks.
I can reproduce now and suspect the bug is located here:
https://github.com/hashcat/hashcat/blob/d34381680d1d0d49fb8db5f94575372b73802739/src/brain.c#L119
the index out_idx is neve... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-09-2020, 11:50 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
wow, great testing/analysis again.
This just shows how important it is to double-check the changes...
this is actually an independent second problem now...
the qsort () call here: https://gi... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 11:24 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
could you please provide a minimal example (minimal number of hashes etc) ?
I don't think that --session is relevant at all, but please test this too |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 06:35 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
@Sondero, my guess is that it is similar to the command with -m 2500 mentioned here: https://hashcat.net/faq/morework
but I agree, this is very, very rarely fixing the main problem... even if you g... |
|
philsmd |
hashcat
|
12 |
2,254 |
05-11-2020, 10:59 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
1. try to use this command for benchmark: hashcat64.exe -m 2500 -b
2. the number of networks in the hccapx file will affect the speed (more salt/ESSIDs, more work), try with the example hash from htt... |
|
philsmd |
hashcat
|
12 |
2,254 |
05-12-2020, 12:03 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
Where do you see these percentages ?
Are you talking about the "Util" value in the status prompt of hashcat ? |
|
philsmd |
hashcat
|
12 |
2,254 |
05-12-2020, 12:42 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
I don't think the task manager will even recognize common OpenCL tools/software. It will just consider a few other/built-in or video editing/media player software etc.
It would probably make more s... |
|
philsmd |
hashcat
|
12 |
2,254 |
05-12-2020, 01:04 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
yeah, this was already fixed soon after my post, see: https://github.com/hashcat/hashcat/commit/ff37264c36a89bed32c4f5cff24dbf29bcb98642
The beta version can be tested from here: https://hashcat.ne... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-13-2020, 07:21 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
yeah, it will work for all supported attack types supported by --slow-candidates (-S), (-a 0, -a 1, -a 3).
The most important thing though, is to get a clear picture on when to use brain and when ... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 12:50 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
okay, I discovered now what the new bug is (I'm pretty confident):
we can see here: https://github.com/hashcat/hashcat/blob/f9e4dc0db1d699bb96e399ff6246ea70df715886/src/brain.c#L129
that our list ... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 10:52 PM |