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 [asc] Author Forum Replies 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...

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...

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...

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: test case only cracking single hash
Post: RE: test case only cracking single hash

You probably need to get rid of the newline character... it should be easy to see it just add print plain_text, after the "for plain_text in f:" and you will notice that there is the extra new line....
philsmd Old oclHashcat Support 2 6,479 04-03-2014, 08:35 PM
    Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched

try newest beta version of hashcat from https://hashcat.net/beta/ does the example hash from https://hashcat.net/wiki/example_hashes work for you ?
philsmd hashcat 4 1,708 07-28-2019, 02:54 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

This was implemented with https://github.com/hashcat/hashcat/pull/2355
philsmd hashcat 4 3,573 04-08-2020, 12:11 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

do you mean this: https://github.com/hashcat/hashcat/issues/1534 ? The Telegram Android/IOS APP hash ? We have recently added this format https://github.com/hashcat/hashcat/pull/2282 , it's still ...
philsmd hashcat 9 2,995 01-16-2020, 11:44 AM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

that's what I already told you. The beta version of hashcat has this new hash algorithm support: Code: -- -m 22301 = Telegram client app passcode (SHA256) -- This means that with the beta ve...
philsmd hashcat 9 2,995 01-16-2020, 01:10 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

@zvonko I guess this is not the mobile app you are using, but the Desktop Application. We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp...
philsmd hashcat 9 2,995 02-26-2020, 01:19 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

okay, I just spend a couple of free minutes to come up with this perl script (POC): telegram_desktop.pl Code: -- #!/usr/bin/env perl # Author: philsmd # Date: February 2020 # License: public...
philsmd hashcat 9 2,995 02-28-2020, 04:45 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355. I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and...
philsmd hashcat 9 2,995 04-08-2020, 12:13 PM
    Thread: TeamSpeak Hash?
Post: RE: TeamSpeak Hash?

okay I investigated this a little bit and indeed there are 2+ hashing algorithms used for teamspeak, the one for the server query password was already mentioned above so I will skip that now (it is ju...
philsmd Old hashcat Support 13 25,727 06-27-2015, 11:17 PM
    Thread: Syntax Help
Post: RE: Syntax Help

You do not need the wallet.dat file directly for cracking (after you already extracted the information with bitcoin2john.py), you only need the file hash.txt for cracking (it already contains the "has...
philsmd General Talk 3 3,164 12-02-2017, 09:01 AM
    Thread: Supported ATI GPUs?
Post: RE: Supported ATI GPUs?

It's the first thread in hardware and also the first thread that comes when you search for it, anyway did you look for this? https://hashcat.net/forum/thread-919.html
philsmd Very old oclHashcat-plus Support 3 14,124 05-23-2013, 11:06 AM
    Thread: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Post: RE: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))

Closing this thread because it is a double post, see https://hashcat.net/forum/thread-6698.html (btw: this is not the way it works. If you do not know which is the correct forum section to post a n...
philsmd hashcat 1 2,737 07-08-2017, 12:57 PM