Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
what is the final status you get?
Code:
--
Status...........: Exhausted
--
It would also make sense to know the exit code of the process/application |
|
philsmd |
hashcat
|
5 |
3,578 |
07-09-2018, 01:01 PM |
|
|
Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
my current guess is that the problem is that the status is set to exhausted incorrectly (in this particular case because of the previous error) here:
https://github.com/hashcat/hashcat/blob/1b30a1d6c... |
|
philsmd |
hashcat
|
5 |
3,578 |
07-09-2018, 10:07 PM |
|
|
Thread: cracking way too fast?
Post: RE: cracking way too fast?
If you use the release version from https://hashcat.net/ you just need to know that this is a known issue and was already fixed: https://github.com/hashcat/hashcat/issues/1178
You can use https://has... |
|
philsmd |
hashcat
|
2 |
3,599 |
03-26-2017, 06:32 PM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
What is the thread you are referring at ?
What are the files that you have ? wallet.dat ?
Which software (and which version of that software) did generate this wallet ?
hashcat support bitcoi... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-10-2019, 11:41 AM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
you use bitcoin2john.py to convert the wallet.dat file into a hash:
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py
install and use python 2.7 to ... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 09:55 AM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
see --help
-a 0 is dictionary attack and you need to provide a dictionary
-a 3 is mask attack (or "brute-force") and you need to provide a mask
upper = 26 chars, lower = 26 chars, digits = 10 c... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 12:21 PM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
I don't know about that. If you say it's a "complex password system" maybe it's not random at all. I don't know about the specifics of your password system, it could be flawed and not that difficult t... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 01:22 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
see:
https://hashcat.net/forum/thread-6638.html
https://hashcat.net/forum/thread-2563-post-15255.html#pid15255 |
|
philsmd |
hashcat
|
8 |
3,607 |
04-18-2019, 02:43 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
the domain is actually not used in computing the response and therefore can be skipped/ignored/anything, but the client challenge must be specified (e.g. 338d08f8e26de933000000000000000000000000000000... |
|
philsmd |
hashcat
|
8 |
3,607 |
04-18-2019, 08:26 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
maybe you just didn't understand the posts.
depending on the output you get from your capture tool/dump (i.e. if it is NetNTLMv1 / NetNTLMv1+ESS or NetNTLMv2), you need to use -m 5500 or -m 5600.
... |
|
philsmd |
hashcat
|
8 |
3,607 |
04-18-2019, 07:27 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
I guess this is just because you didn't test with the correct password candidate.
hashcat only tries the passwords that you tell it to run.
Maybe this specific hash is harder to crack and you need... |
|
philsmd |
hashcat
|
8 |
3,607 |
04-19-2019, 11:44 AM |
|
|
Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?
you should have a file called pp.save automatically saved into the current directory (if you didn't provide --save-pos-disable).
just copy the number within that file to the -s parameter
therefore... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
3,620 |
08-22-2018, 06:31 PM |
|
|
Thread: NTLM v2
Post: RE: NTLM v2
Your forum post is against the rules https://hashcat.net/forum/announcement-2.html
"Do not ask people to crack your hash. It does not matter if you are willing to pay." |
|
philsmd |
Old oclHashcat Support
|
1 |
3,629 |
06-17-2015, 07:53 AM |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation). |
|
philsmd |
hashcat
|
6 |
3,629 |
01-20-2019, 09:52 PM |
|
|
Thread: installation problems
Post: RE: installation problems
see https://hashcat.net/forum/thread-4952-post-27768.html#pid27768 |
|
philsmd |
General Help
|
1 |
3,637 |
01-07-2016, 04:16 PM |
|
|
Thread: 2 salt problem
Post: RE: 2 salt problem
As far as I've understood your hash type is
md5 ($salt1 . $pass . $salt2)
I also assume here that you are attacking a single hash only.
There are many other attacks that may or may not work faster.... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,642 |
01-14-2015, 03:23 PM |