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 [desc] Author Forum Replies Views Posted
    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 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 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 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 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 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 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 cannot find my own password (password kwown) on TrueCrypt 7.1a file volume
Post: RE: Hashcat cannot find my own password (password ...

This question even made it into the MOST frequently asked questions (that means it is very easy to find the answer to this question because there are dozens of forum posts etc discussing the same ques...
philsmd hashcat 5 4,060 01-05-2018, 12:20 PM
    Thread: Hashcat cant find my GPU
Post: RE: Hashcat cant find my GPU

Well, that should be very obvious. There are only 2 possibilities: 1. either you mess around with setting up a system that uses ancient drivers/hashcat/windows (this is not supported by the drivers m...
philsmd hashcat 3 5,297 08-09-2017, 08:28 AM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

Thx, seems to be fixed in new version, see: https://hashcat.net/trac/ticket/185
philsmd Old hashcat Support 10 18,473 08-08-2013, 10:56 AM
    Thread: HASHCAT CPU
Post: RE: HASHCAT CPU

just uninstall all theser open-source drivers (beignet, pocl, mesa etc) and install the OpenCL Runtime for Intel Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/arti...
philsmd hashcat 7 10,133 05-28-2020, 07:37 AM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

try testing only 1 device, -d 1 are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ? are you using the beta version from https://hashcat.net/beta ?...
philsmd hashcat 6 1,947 12-08-2019, 01:31 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

you could also test with multiple devices, like this: hashcat -b -m 100 -d 1,2,3,4 hashcat -b -m 100 -d 1,2,3,4,5 hashcat -b -m 100 -d 1,2,3,4,5,6 and see how many devices work and w...
philsmd hashcat 6 1,947 12-08-2019, 02:23 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or...
philsmd hashcat 6 1,947 12-08-2019, 04:44 PM