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: Intel i7 with 8 cores - just one core computing
Post: RE: Intel i7 with 8 cores - just one core computin...

read the --help output and see how the different supported device types can be enabled (--opencl-device-types or short -D, uppercase D) Code: -- -D 1,2 -- it's not always guaranteed that the C...
philsmd hashcat 3 662 07-09-2020, 09:39 PM
    Thread: Intel i7 with 8 cores - just one core computing
Post: RE: Intel i7 with 8 cores - just one core computin...

I'm not sure why you are confused about it, you actually stated above that: 1. "I installed IntelĀ® CPU Runtime for OpenCL" 2. you have CUDA installed 3. you have installed the NVIDIA driver so ...
philsmd hashcat 3 662 07-11-2020, 08:46 AM
    Thread: compiling a reduced wordlist .ccp
Post: RE: compiling a reduced wordlist .ccp

some answers already given here: https://hashcat.net/forum/thread-6170-post-49424.html#pid49424 Maybe it's better to just explain what you ultimate goal is ? Does it even have to do with WPA2 ha...
philsmd General Talk 2 659 07-03-2020, 10:28 AM
    Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...

Code: -- ./hashcat -- is different from Code: -- hashcat -- if installed, the $HOME/.hashcat/ directory is used: https://github.com/hashcat/hashcat/commit/0c65bc6ba3fd5c9068f751346d0533c...
philsmd hashcat 10 657 09-19-2020, 10:56 PM
    Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...

did you copy the hashcat.restore file from another directory ? The .restore file contains a path from which hashcat was originally launched (cwd, see https://hashcat.net/wiki/doku.php?id=restore#sc...
philsmd hashcat 10 657 09-20-2020, 09:08 AM
    Thread: hashcat and $electrum$5* hash
Post: RE: hashcat and $electrum$5* hash

As far as we know, this is a driver problem and happens because of the deflate/zlib decompression code. This means that for your driver/hardware also the compressed PKZIP modes will fail (not a pro...
philsmd hashcat 2 655 05-02-2020, 06:39 PM
    Thread: hashcat64.bin
Post: RE: hashcat64.bin

The file: Code: -- hashcat.exe -- is the new 64-bit binary. The release versions do not ship with 32 bit binaries anymore (but users can still compile them themself if needed). So every bina...
philsmd hashcat 3 652 07-02-2020, 08:39 PM
    Thread: Exit status code
Post: RE: Exit status code

here we just need to distinguish between the process exit code ($? variable) and the status that hashcat internally uses: 1. if you check the process exit code, you need to follow this list: https://...
philsmd hashcat 3 651 07-16-2020, 11:27 AM
    Thread: Exit status code
Post: RE: Exit status code

no, this code is returned directly from the process, your shell is able to give you the results: linux Code: -- hashcat example0.hash example.dict echo $? -- on windows it seems to be ...
philsmd hashcat 3 651 07-16-2020, 01:57 PM
    Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files

also depends a lot on how random the password is. if it is "just" a combination of 2-3 words from a small list of words, there might be a possibility of recoverying the password. If instead the pas...
philsmd hashcat 4 648 08-02-2020, 08:43 PM
    Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files

Do the hashes load fine with hashcat or do you receive an error messages ? Do you have any examples of "test hashes" for which you know the password (and open perfectly fine with the AxCrypt softw...
philsmd hashcat 4 648 08-12-2020, 05:08 PM
    Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat

1. only beta supports -m 22000 (https://hashcat.net/beta) 2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ...
philsmd hashcat 1 644 04-08-2020, 12:09 PM
    Thread: Windows hashcat with amd gpu Error
Post: RE: Windows hashcat with amd gpu Error

which operating system ? which driver version ? ROCm ? did you try with the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 2 643 05-16-2020, 08:20 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
    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: 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: 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: 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