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 [asc] Views Posted
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

you of course need to specify the hash type too (I was only focusing on custom charset and increments): Code: -- hashcat -m 11600 -a 3 -O -w 3 --increment --increment-min 10 --custom-charset2 4567...
philsmd hashcat 10 1,330 08-01-2020, 07:52 AM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

there are two problems here, but the main problem is the driver setup problem. We saw this problem a couple of times in the past where it seems that hashcat crashes on the "Initializing" line, but ...
philsmd hashcat 10 1,330 07-31-2020, 06:28 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

what hardware do you have ? what driver version do you use ? output of hashcat -I and maybe clinfo.exe would also be great. Do you get any errors ? You are not using --force, right ? all comman...
philsmd hashcat 10 965 08-27-2020, 08:15 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

try to add this to your command: -D 1
philsmd hashcat 10 965 08-27-2020, 08:44 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

did you try with other hash types ? do they work correctly with your Intel GPU (windows operating system) ?
philsmd hashcat 10 965 08-28-2020, 09:06 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc. You might be able to work around it with different driver versions. but it's actually q...
philsmd hashcat 10 965 08-27-2020, 11:06 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

run Code: -- hashcat -b -- or Code: -- hashcat -b --benchmark-all -- or the example hashes from https://hashcat.net/wiki/example_hashes There is no need to extract any hashes, it' ...
philsmd hashcat 10 965 08-29-2020, 10:41 AM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

no, I think in this case it's different. There are 11 sets and some of them are a set (or a OR) , like this: Code: -- (['sa4', 'sa@'], ['sb6'], ['sc
philsmd hashcat 10 965 09-01-2020, 02:36 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@...
philsmd hashcat 10 965 09-03-2020, 09:33 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: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

I don't think that lspci will be involved in any way, but you might check if libcuda.so and libnvidia*.so* are available. Also checking nvidia-settings on linux systems could be useful. See also: mod...
philsmd Very old oclHashcat-lite Support 9 26,684 03-08-2013, 06:50 PM
    Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

The nvidia modules are not loaded correctly. They will create (automatically) the /dev/nvidia* devices, that are needed (by the libcuda and/or libnvidia, both? I am no expert). For sure the module is ...
philsmd Very old oclHashcat-lite Support 9 26,684 03-08-2013, 07:41 PM
    Thread: Recover passwords in output user:plain
Post: RE: Recover passwords in output user:plain

What you need are following steps (example with mode 0 (md5) of example0.hash): Code: -- $ cat hashtest.hash # some random *X MASKED* hashes from example0.hash philsmd:42cceb8a0dXXX82b8fb6831f3...
philsmd Old hashcat Support 9 32,229 04-11-2013, 04:17 PM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux. After that download the nvidia drivers from the NV site. You th...
philsmd Very old oclHashcat-lite Support 9 19,937 04-30-2013, 09:39 AM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

Glad to help. But let me say one thing: I don't like your follow-up post at all. I would like to see a howto tutorial how we resolved the problem instead. You should have posted here the solution...
philsmd Very old oclHashcat-lite Support 9 19,937 04-30-2013, 11:04 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu...
philsmd Old hashcat Support 9 16,842 06-02-2013, 03:15 PM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!) To get the newest version of *hashcat, just d...
philsmd Old hashcat Support 9 22,251 06-17-2013, 02:29 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all). I'm not sure if you understood what I meant by saying the stdout is t...
philsmd Old hashcat Support 9 16,842 06-02-2013, 04:22 PM
    Thread: OclHashcat plus has stopped working.
Post: RE: OclHashcat plus has stopped working.

This really sounds like a misconfigured driver. Maybe uninstalling w/ driver fusion + reinstalling the driver helps. You could also try to run this (just for testing): oclHashcat-plus64.exe --help...
philsmd Very old oclHashcat-plus Support 9 18,337 08-06-2013, 12:04 PM