Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    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: 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: 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: 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: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

Can you show also the server logs ? do the IDs change ?
philsmd hashcat 21 3,577 05-08-2020, 11:27 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 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: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...

You are using the wrong hash mode. You need to use this one: -m 3710 = md5($salt.md5($pass)) (Note: if you know the original password and are looking for the salt, you need to switch the role of t...
philsmd hashcat 5 3,576 04-01-2018, 10:12 AM