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 [desc] Posted
    Thread: resume hashcat from known progress
Post: RE: resume hashcat from known progress

It's not safe in general to restore from some arbitrary progress value. If you know the restore file that would be much safer: Code: -- Restore.Point....: x/y -- You can use the x value wit...
philsmd hashcat 1 559 03-29-2020, 09:49 PM
    Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?

the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and...
philsmd hashcat 2 567 05-13-2020, 02:09 PM
    Thread: hashcat mask
Post: RE: hashcat mask

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint...
philsmd hashcat 2 567 07-19-2020, 10:28 AM
    Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes

if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo...
philsmd hashcat 1 571 03-29-2020, 08:28 PM
    Thread: SHA-256 64 char password
Post: RE: SHA-256 64 char password

infeasible. (26+10) ^ 64 = 4011991914547630480065053387702443812690402487741812225955731622655455723258857248542161222254985216
philsmd hashcat 2 573 05-26-2020, 09:48 PM
    Thread: Combinator attack - hashcat internals
Post: RE: Combinator attack - hashcat internals

what exactly are you comparing with ? Is it this command ? Code: -- hashcat -m 3200 -a 1 -w 3 hash.txt dict1.txt dict2.txt -- It also depends a lot on the sizes of the dicts and on the cost f...
philsmd hashcat 1 575 05-28-2020, 08:52 AM
    Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?

I'm also confused here. Well, we need to distinguish 2 different cases: 1. you are really refering to hccap (without the x at the end) 2. you mean the new -m 22000 = WPA-PBKDF2-PMKID+EAPOL compared ...
philsmd hashcat 2 576 06-25-2020, 06:59 PM
    Thread: ATTENTION! OpenCL kernel self-test failed on Mac
Post: RE: ATTENTION! OpenCL kernel self-test failed on M...

1. the hash type (-m) is important when you report any errors (self-test errors are often "only" affecting specific hash types, because of a driver/runtime/compiler bug, not hashcat problem most of th...
philsmd hashcat 2 582 07-13-2020, 10:28 AM
    Thread: Hashcat table of hashes
Post: RE: Hashcat table of hashes

Code: -- hashcat --help -- or: Code: -- hashcat --example-hashes -- or: https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd hashcat 2 583 06-24-2020, 09:19 AM
    Thread: Beta and driver
Post: RE: Beta and driver

great, thanks for update. Problem fixed :) thread closed
philsmd hashcat 2 589 06-11-2020, 07:12 PM
    Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...

If I'm not totally mistaken, you basically describe how markov could help and yeah: hashcat has built-in support for markov and it's enabled by default (see --help and hcstat2gen from hashcat-utils...
philsmd General Talk 4 593 08-18-2020, 09:25 AM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

run clinfo and post the output after that also try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 7 593 08-25-2020, 06:57 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

what do you mean by stable ? which version do you use ? which version is working for you ?
philsmd hashcat 7 593 08-26-2020, 01:16 PM
    Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...

there is only one disadvantage: the markov chain support is limited to the mask-based attack types (-a 3, and the mask part of -a 6, -a 7). So if you want to run a dictionary (-a 0 for instance), h...
philsmd General Talk 4 593 08-18-2020, 10:52 AM
    Thread: Threadripper not found
Post: RE: Threadripper not found

intall the Intel OpenCL Runtime for Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
philsmd hashcat 2 596 06-20-2020, 05:35 PM
    Thread: Merge .16800 files into a single one
Post: RE: Merge .16800 files into a single one

Linux: Code: -- cat single_captures/*.16800 > all_in_one/multi.16800 -- Windows: Code: -- copy single_captures\*.16800 all_in_one\multi.16800 -- [hr] alternatively, if all files are...
philsmd hashcat 1 607 04-28-2020, 04:50 PM
    Thread: NTLMv2 separator unmatched
Post: RE: NTLMv2 separator unmatched

no, -m 5600 is a diffrent format. the pwdump is supported with -m 1000 = NTLM and -m 3000 = LM (also see https://openwall.info/wiki/john/hash-formats and https://ftp.samba.org/pub/samba/pwdump/READ...
philsmd hashcat 2 607 06-27-2020, 10:28 AM
    Thread: Hashcat fails on MacBook hardware. Any cloud suggestions?
Post: RE: Hashcat fails on MacBook hardware. Any cloud s...

you could try to use the git version from https://github.com/hashcat/hashcat install git, make, gcc, sed and all the other common build tools and run Code: -- git clone https://github.com/hashc...
philsmd Hardware 1 619 05-26-2020, 09:50 PM
    Thread: Error in Self-test AMD Praphic
Post: RE: Error in Self-test AMD Praphic

try the beta version from https://hashcat.net/beta
philsmd hashcat 1 639 01-29-2020, 07:54 PM
    Thread: Unstable / Outdated OpenCL
Post: RE: Unstable / Outdated OpenCL

for anybody reading, more info about hardware is here: https://hashcat.net/forum/thread-9469.html (please always explain it, otherwise it's difficult to understand anything) uninstall POCL and inst...
philsmd hashcat 1 639 08-27-2020, 08:47 PM