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: Diskcryptor password
Post: RE: Diskcryptor password

well, we had a similar request from here: https://hashcat.net/forum/thread-8012.html and I tried to patch hashcat v5.1.0 (with commit: 1493bc01cfbf3fe0b7f4f639e43813f590439a4d) a little bit to sup...
philsmd hashcat 8 4,266 03-24-2019, 07:42 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt...
philsmd hashcat 8 4,266 04-07-2019, 08:37 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos...
philsmd hashcat 8 4,266 04-08-2019, 07:49 PM
    Thread: good wordlist
Post: RE: good wordlist

hmm, interesting. but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below).... and back to the topic,...
philsmd User Contributions 2 4,253 12-19-2018, 11:02 AM
    Thread: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words

you could use someting like this (a perl script) and change the words if you need: Code: -- #!/usr/bin/env perl use strict; use warnings; my @words = ( 'fruit', 'apple', 'pear', ...
philsmd General Talk 4 4,206 12-23-2017, 02:22 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: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

your clinfo doesn't show any Nvidia GPU at all. what physical hardware do you have? if you do not have a nvidia GPU, you shouldn't install the nvidia drivers. You need to install the drivers for ...
philsmd hashcat 9 4,194 01-26-2019, 01:12 PM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

maybe the problem is that you installed the drivers via package manager and the package you installed didn't setup up everything, like the ICD etc... Did you try to install the driver from nvidia.c...
philsmd hashcat 9 4,194 01-26-2019, 01:19 PM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

you should follow these instructions: https://hashcat.net/faq/wrongdriver and install the driver from your vendor page (https://www.nvidia.com) only if you are very comfortable with your operating...
philsmd hashcat 9 4,194 01-26-2019, 01:34 PM
    Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting

the only ways to reduce the time needed for one chunck even further than -l 1 is to use lower -n/-u values (which affects the speed) or to reduce the number of hashes (which is also counter-productive...
philsmd hashcat 4 4,187 09-24-2017, 02:48 PM
    Thread: MS office 2013 Hash algo in python
Post: RE: MS office 2013 Hash algo in python

Well, the most suitable answer would be just read the kernel's source code (of e.g. -m 9600) and convert it to python (that may also - be the only thing that - help to get an idea about the optimizati...
philsmd General Talk 2 4,186 07-01-2016, 08:41 AM
    Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

If you intend to add a wordlist for -a 0 after you started hashcat, you can use the induction dir (see --induction-dir).
philsmd hashcat 2 4,186 02-27-2017, 09:25 AM
    Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?

that's not 100% correct, Mem5 Exhausted could happen if only some of the handshakes are cracked and not all of them. but if all "hashes" are cracked, the status will be "Cracked". The problem w...
philsmd hashcat 8 4,181 01-05-2019, 02:30 PM
    Thread: 2013 MBP with -d 3 option not cracking properly
Post: RE: 2013 MBP with -d 3 option not cracking properl...

This seems to be *exactly* the same problem as reported here: https://github.com/hashcat/hashcat/issues/428 Current conclusion is that it's a driver problem only affecting Apple devices, but the al...
philsmd hashcat 2 4,176 08-10-2016, 08:04 AM