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: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

of course there is reason to reject passwords < 8 for WPA/WPA2 because the algorithm only allows a minimum length of 8. The problem is that if everything happens on GPU (rule engine + hashing/attack) ...
philsmd hashcat 19 9,937 08-31-2018, 08:30 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

by stdin/pipe mode I meant this: Code: -- hashcat --stdout -r rules/rockyou-30000.rule test3.txt | hashcat64.bin -m 2500 test.hccapx -- and undeath is of course correct, there are edge cases t...
philsmd hashcat 19 9,937 08-31-2018, 09:46 PM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

The algorithm is also not complete. One of the important steps is missing... how does a password cracking tool know if the password is correct ? the verification code i.e. checking the decrypted byte...
philsmd hashcat 19 3,655 05-10-2020, 07:34 AM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

this sounds very interesting @womble, do you plan on sharing your hashcat module and opening a pull request (PR) on github ? what is your strategy with avoiding false positive (or can we assume ...
philsmd hashcat 19 3,655 05-15-2020, 08:39 AM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

oh... are you mpalmer on github ? yeah, I see that there are some still open PRs, I think atom/jsteube is busy a lot, but I will try to ping him on IRC etc. normally it doesn't take that long (I think...
philsmd hashcat 19 3,655 05-15-2020, 12:59 PM
    Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks

thanks for the first benchmark of the NVIDIA RTX 3080 It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ...
philsmd Hardware 19 4,598 09-18-2020, 12:14 PM
    Thread: Hi guys
Post: RE: Hi guys

It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar. Something like mentioned here: https...
philsmd hashcat 18 12,096 04-17-2018, 04:48 PM
    Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow

you probably also need to install the ICD separately, e.g. sudo apt install nvidia-opencl-icd-390 or ocl-icd-dev, ocl-icd-opencl-dev (i'm not totally sure which you need, but the nvidia one seems...
philsmd hashcat 18 8,556 01-23-2019, 01:10 PM
    Thread: hccapx file not cracking
Post: RE: hccapx file not cracking

beta versions of hashcat can be found here: https://hashcat.net/beta/ it's worth a try
philsmd hashcat 18 6,022 08-27-2019, 07:08 PM
    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

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

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

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: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian

@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will d...
philsmd General Help 17 69,307 04-13-2013, 05:01 PM
    Thread: oclHashcat v1.31
Post: oclHashcat v1.31

[hr] Download here: https://hashcat.net/oclhashcat/ [hr] oclHashcat v1.31 is the first oclHashcat version that fully supports the new Maxwell v2 GPUs from NVidia (GTX 970/980). There are a lo...
philsmd Old oclHashcat Announcements 17 76,655 10-02-2014, 09:22 PM
    Thread: Hashcat 3.0 CL_UNKNOWN_ERROR
Post: RE: Hashcat 3.0 CL_UNKNOWN_ERROR

you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices. Of course the correct OpenCL driver (also make sure which version numbers hashcat suggest...
philsmd hashcat 17 35,334 01-10-2017, 02:51 PM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,270 01-15-2017, 05:51 PM