Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
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 try with latest beta version from https://hashcat.net/beta/ ? just to make sure we are testing with the same version / code. |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 12:54 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: 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: 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: 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...
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 |
|
|
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: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
as far as I understood it, you would need to specify more files or a folder instead.
Code:
--
hashcat -m 3200 -a 9 hash.txt dict_*.txt
--
or
Code:
--
hashcat -m 3200 -a 9 hash.txt dicts/... |
|
philsmd |
Beta Tester
|
21 |
3,762 |
09-29-2020, 07:22 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
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: 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: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...
There is no more need to use a named pipe for cpu hashcat to use the PRINCE attack mode (Note: with oclHashcat you can simply pipe it, no named pipe needed at all) because version 0.49 of hashcat has ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
22 |
74,889 |
01-09-2015, 02:13 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Did you try to run the commands without the for/while loop?
Does the problem also happen without the loop, e.g running the commands one after the other? |
|
philsmd |
hashcat
|
22 |
17,106 |
07-28-2017, 02:20 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Does the problem also happen without the --increment command line option? |
|
philsmd |
hashcat
|
22 |
17,106 |
07-29-2017, 12:56 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
22 |
17,106 |
08-23-2017, 08:01 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Hey @patpro. Thank you for the report.
It seems devs now were able to reproduce this problem and fix it (https://github.com/hashcat/hashcat/commit/688a580d6c8c29b2525d905cb4ae1b688fc8fba7). Please ... |
|
philsmd |
hashcat
|
22 |
17,106 |
08-25-2017, 08:56 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the private&public key pair. |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:42 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
I don't think that the data you have is enough at all. if you only have the password you can't do anything, you need to have the data too (it's like a seed or think about it as AES encrypted gibberish... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:52 AM |