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: 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: 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: 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: 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: 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: 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: 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: 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: 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: Restoring a WPA session from hashcat 5.1.0 in 6.0.0?
Post: RE: Restoring a WPA session from hashcat 5.1.0 in ...

You could be lucky since the data itself that is stored was not changed directly (actually never changed for years, exactly for "compatibility reasons"... but see reason for updated versoin below), se...
philsmd hashcat 2 664 06-17-2020, 03:08 PM
    Thread: Would anyone be able to match this hash with the password?
Post: RE: Would anyone be able to match this hash with t...

it's not allowed in this forum: https://hashcat.net/forum/announcement-2.html you got a 1 week ban to revise the forum rules
philsmd General Talk 1 666 03-07-2020, 09:13 AM
    Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?

Code: -- hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt --
philsmd hashcat 3 678 07-12-2020, 07:18 PM
    Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?

It's not a problem (unless you use --force to hide some other "Warnings/errors"). The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s...
philsmd hashcat 2 679 03-30-2020, 07:38 PM
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

well, it's difficult to say. we would need to have the exact algorithm with input and output (masked hashes if really needed, but first let's discuss it in more detail... also see forum rules which do...
philsmd hashcat 4 680 08-04-2020, 09:44 PM
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

we are very sceptical about identifying hashes with those tools just by doing some regular expressions. They either provide just a too long list of possibilities or totally wrong / stupid results. ...
philsmd hashcat 4 680 08-05-2020, 12:17 AM
    Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...

1. yeah, you can use that dd windows port. You can see how other users used it: - https://hashcat.net/forum/thread-8493-post-45361.html#pid45361 - https://hashcat.net/forum/thread-8098-post-43441.ht...
philsmd hashcat 3 681 06-30-2020, 07:47 PM