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 [asc] Views Posted
    Thread: Defining character length.
Post: RE: Defining character length.

I don't understand what the problem is and what you are seeing. This is your statement: Quote: -- why is it guessing passwords that are only two characters -- but your screenshot clearly says ...
philsmd hashcat 21 6,238 09-18-2019, 08:28 AM
    Thread: Defining character length.
Post: RE: Defining character length.

Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters. so let's try to run hashcat without any rule file and see how much reject...
philsmd hashcat 21 6,238 09-19-2019, 09:12 AM
    Thread: Defining character length.
Post: RE: Defining character length.

just look it up here: https://hashcat.net/wiki/doku.php?id=rule_based_attack every rule that shortens the password, especially the "Truncate" rules "[" and "]" are able to generate passwords with "...
philsmd hashcat 21 6,238 09-22-2019, 09:40 AM
    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,576 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,576 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,576 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,576 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,576 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,576 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,576 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,576 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,576 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,576 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: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Where did you get the information from that it needs to have a "Veracrypt" string in it? This is not true as far as I can tell. You are basically searching for something (the "Veracrypt" thing) that s...
philsmd hashcat 20 24,726 01-26-2017, 09:34 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Looks good. Good luck with the password recovery.
philsmd hashcat 20 24,726 01-27-2017, 10:33 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3). Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ...
philsmd hashcat 20 24,726 01-27-2017, 10:55 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Well, that's very different, both the size of the binary data and they don't even use an offset (the skip parameter). Of course if you skip 31744 from the start you won't find the "Truecrypt΅ header ...
philsmd hashcat 20 24,726 01-27-2017, 09:36 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

atom was not speaking about the output length but about the details of the algorithm, i.e. whenever you have to apply the same hashing function thousand or even millions of times, the speed will be dr...
philsmd hashcat 20 24,726 01-28-2017, 01:50 PM
    Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)

If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output. you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -...
philsmd General Talk 20 19,682 03-02-2018, 10:03 AM