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 [asc] Replies Views Posted
    Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ...
philsmd Beta Tester 4 1,400 03-09-2020, 09:25 AM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes. Did you try ...
philsmd Beta Tester 18 4,196 03-29-2020, 01:18 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Can you please test if this also happens with the example hash from: https://hashcat.net/wiki/example_hashes I think that it could easily be that if there is some problem it has to do with the comb...
philsmd Beta Tester 18 4,196 03-30-2020, 07:34 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

interesting. good to know how to reproduce this. I think I'm now also able to reproduce this (and therefore also this: https://github.com/hashcat/hashcat/issues/2341) problem... I'm currently testi...
philsmd Beta Tester 18 4,196 03-30-2020, 09:07 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

in general a patch can be applied by just using Code: -- git apply the_patch.diff -- the "patch" utility on linux etc will work the same way. The pull request was already opened on github: ...
philsmd Beta Tester 18 4,196 03-31-2020, 11:24 AM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

how do you test this ? it's not enough to clone it you need to "make clean" and "make". What exactly fails ? the same password ?
philsmd Beta Tester 18 4,196 03-31-2020, 09:36 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

I can't reproduce this problem. For me the new version work like this: Code: -- git clone https://github.com/hashcat/hashcat cd hashcat make clean make ./hashcat -m 21700 --example-hashes ...
philsmd Beta Tester 18 4,196 03-31-2020, 10:43 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs. I can't reproduce this (new) problem
philsmd Beta Tester 18 4,196 04-02-2020, 12:20 PM
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

why cygwin ? you can just use the exe in cmd directly do you use risers ? which attack mode do you use -a x ? does this problem also happen with other hash types or even all hash types ?
philsmd Beta Tester 4 1,112 04-05-2020, 07:31 AM
    Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)

betas are available here: https://hashcat.net/beta/
philsmd Beta Tester 1 859 05-06-2020, 07:22 PM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: Any hashcat user with AMD cards on macOS wanted fo...

Unfortunately, the developer team has no such hardware (new Apple iMac or iMac pro or any new high-end macbook with AMD cards) to test some problems with macOS (we believe only latest version and/or n...
philsmd Beta Tester 4 2,459 05-08-2020, 10:45 AM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...

Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys...
philsmd Beta Tester 4 2,459 05-15-2020, 12:55 PM
    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