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 [asc] Author Forum Replies Views Posted
    Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes

there is no such additional cache for storing cracked hashes except the potfile. Maybe you are confusing the startup time with the OpenCL kernel compilation time, which only happens once for each k...
philsmd hashcat 3 2,153 03-27-2019, 08:25 PM
    Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes

I'm not 100% sure what you are seeing/experiencing over there, but also remember that hashcat is highly parallelized and therefore all your OpenCL devices and all cores of just a single device (CPU/GP...
philsmd hashcat 3 2,153 03-28-2019, 08:13 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

brain is most useful for so-called slow hashes ,therefore try with e.g. -m 3200 = bcrypt , sha256crypt, PBKDF2 etc It's always a question on where the bottleneck is, if hashcat is too fast for the ...
philsmd hashcat 3 1,477 07-31-2019, 12:03 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

maybe you are confusing the brain feature with some distributed cracking software like hashtopolis. They address very different problems, but still some users think that the brain feature is some s...
philsmd hashcat 3 1,477 07-31-2019, 12:32 PM
    Thread: Hashcat brain RAM-limited version
Post: RE: Hashcat brain RAM-limited version

hashcat --help --brain-client-features - [ Brain Client Features ] - # | Features ===+======== 1 | Send hashed passwords 2 | Send attack positions 3 | Send hashed passwords and att...
philsmd User Contributions 3 3,230 03-10-2019, 12:39 PM
    Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working

what's your command and hash type ? what is the attack mode (-a x) ? did you try to use hashcat beta from https://hashcat.net/forum/
philsmd hashcat 5 1,839 02-19-2020, 07:08 PM
    Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working

you didn't really mention the hash type and your command. please do
philsmd hashcat 5 1,839 02-20-2020, 12:47 AM
    Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working

maybe you are confusing the hashcat brain with some hashcat wrapper like hashtopolis that tries to distribute work across multiple rigs/systems ? brain and distributed cracking wrappers/systems act...
philsmd hashcat 5 1,839 02-20-2020, 10:29 AM
    Thread: Hashcat Brain Files (*.admp, *.ldmp)
Post: RE: Hashcat Brain Files (*.admp, *.ldmp)

It is currently hard-coded (see https://github.com/hashcat/hashcat/blob/7806be32c25c387cc11f02a400684c0d0d465632/src/brain.c#L1982-L1983), but it's not impossible to add command line options etc for i...
philsmd hashcat 3 2,024 03-27-2019, 01:57 PM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

it depends on the --brain-client-features that was set (see hashcat --help). brain + "--brain-client-features 3" (or "--brain-client-features 1") only makes sense with slow hashes (not something li...
philsmd hashcat 5 2,300 05-26-2019, 11:45 AM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

slow is slow, WPA is slow enough
philsmd hashcat 5 2,300 05-26-2019, 01:31 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

download. extract. enter folder. run (e.g. hashcat -b) you only need to have 7-Zip installed to unpack the .7z file
philsmd hashcat 9 1,902 04-01-2020, 09:00 AM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

so many problems with what you do 1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing fi...
philsmd hashcat 9 1,902 04-01-2020, 06:18 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

this has nothing to do with the beta only if you download, extract, enter and run "./hashcat" (with the ./ at the beginning) you are running the beta
philsmd hashcat 9 1,902 04-01-2020, 08:54 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

there is clearly a hashcat binary file in the archive and you execute this executable like this: Code: -- ./hashcat.bin -b --
philsmd hashcat 9 1,902 04-01-2020, 09:26 PM
    Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution

use Code: -- cat wordlist | hashcat -m 16500 -a 0 hashes.txt -- instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b...
philsmd hashcat 1 554 04-08-2020, 01:18 AM
    Thread: hashcat and linux
Post: RE: hashcat and linux

It is also important that you let us know about the exact version(s) of cpu hashcat. And try with the newest version (download, extract and run it). The reason for this is: cpu hashcat previous to ...
philsmd General Talk 6 9,796 08-21-2015, 02:05 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 657 05-02-2020, 06:39 PM
    Thread: Hashcat aborting (bug?)
Post: RE: Hashcat aborting (bug?)

You should try again with the latest beta versions of hashcat (https://hashcat.net/beta/ , do not forget to use -O if you want to use the optimized kernels and have the same speed as with 3.6). Rec...
philsmd hashcat 2 2,942 09-05-2017, 02:01 PM
    Thread: Hashcat 6 / Cuda toolkit
Post: RE: Hashcat 6 / Cuda toolkit

no, not that I'm aware of. It's true that it contains a lot of data/documentation and even the drivers that are often not needed. The SDK contains several example code, documentations, the drive...
philsmd hashcat 1 493 06-24-2020, 10:56 AM