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 [desc] Views Posted
    Thread: [REFERENCE] Recent Password Statistics and Top Lists
Post: [REFERENCE] Recent Password Statistics and Top Lis...

Disclaimer: Neither do I know the author of this, nor did I contribute any work towards this. I stumbled upon this on Twitter and thought it might be interesting for people here. The repo contains ...
NoReply User Contributions 0 496 07-01-2020, 12:12 PM
    Thread: ThinkSystem NVIDIA Quadro P4000 8GB PCIe Active GPU
Post: RE: ThinkSystem NVIDIA Quadro P4000 8GB PCIe Activ...

AFAIK, every GPU which has an OpenCL implementation is supported by Hashcat. You should have RAM >= VRAM in general, so 2 x 3 GB are not sufficient. I suppose this a typo and you meant 4 GB anyways...
NoReply Hardware 1 2,622 01-22-2019, 11:11 AM
    Thread: about hashcat parameters
Post: RE: about hashcat parameters

I think the easiest way to achieve this is to have two different sessions of hashcat, one for each device. Downside is that you will have to somehow split the attack you want to perform.
NoReply hashcat 1 835 03-07-2020, 02:26 PM
    Thread: Hashcat Capabilities
Post: RE: Hashcat Capabilities

You could use two instances of hashcat, where the first one generates candidates up to the 30 unique characters with a mask and pipe them into a second instance, which does the actual cracking and app...
NoReply hashcat 1 615 03-15-2020, 01:36 PM
    Thread: Hashcat not working
Post: RE: Hashcat not working

I had similar issues quite a while ago, when I tried to crack LUKS. Back then, there was no solution available. What Hash Types are you trying to crack? Did you try with the latest beta (hashcat.n...
NoReply hashcat 1 559 04-07-2020, 10:04 AM
    Thread: Help please GTX 1070
Post: RE: Help please GTX 1070

No, this is just fine. The iteration count of the hash you are cracking (1024 iterations) is much higher than the iteration count used in the benchmark (32 iterations). If you do the math: 1024 (...
NoReply Hardware 1 673 05-14-2020, 12:11 PM
    Thread: Will Hashcat work with this CPU and GPU
Post: RE: Will Hashcat work with this CPU and GPU

Sure, you just need the corresponding drivers. For the 1660, you need the NVIDIA drivers and in case you also want to use your CPU for cracking, you need the "OpenCL Runtime for Intel Core and Intel X...
NoReply Hardware 1 711 06-02-2020, 08:40 AM
    Thread: TrueCrypt Hidden
Post: RE: TrueCrypt Hidden

Depends on what type of algo you specified when you created the volume. If you did not touch it like most people, the answer is yes, it is also mode 6213. The extraction of the necessary data is diffe...
NoReply hashcat 1 321 08-13-2020, 02:40 PM
    Thread: Checking large lists of hashes
Post: RE: Checking large lists of hashes

Check this out, it is a beginner tutorial from this year's DEF CON: https://www.youtube.com/watch?v=sYKcqnzcdZI There are also more videos on more advanced topics on this channel.
NoReply hashcat 1 293 09-08-2020, 08:23 PM
    Thread: Hashcat with password hints?
Post: RE: Hashcat with password hints?

Princeprocessor should be the right tool to crack such a hash. It simply concatenates the different strings in your hints.txt file to generate candidates, what were you expecting? It is possible to...
NoReply hashcat 1 124 10-05-2020, 03:04 PM
    Thread: Suggestions for small workstation/cracking build
Post: RE: Suggestions for small workstation/cracking bui...

This is probably the best space to find help for workstation builds, at least when their main purpose is cracking with hashcat. There are a few things I would like to know, before going for suggest...
NoReply Hardware 1 357 09-21-2020, 01:19 PM
    Thread: GPU recommendations
Post: RE: GPU recommendations

I think blower style is always recommended, if you put more than one card into a machine, especially if you already have an airflow, that suits blower style cards. According to @GrepItAll (https://ha...
NoReply Hardware 2 2,762 01-16-2019, 12:57 PM
    Thread: Weird client behaviour in Brain Attack
Post: Weird client behaviour in Brain Attack

I am currently running a brain attack in the following setup: - Hashcat version: 5.1.0 - Offline 10G LAN network - 1 dedicated Brain Server Machine (Specs: Ryzen 2400G, 32 GB RAM, Windows 10) - 3 Bra...
NoReply hashcat 2 1,809 02-19-2019, 02:16 PM
    Thread: Hashcat not recognizing 2070 RTX after driver update
Post: RE: Hashcat not recognizing 2070 RTX after driver ...

419.17 WHQL works fine on 2080 Ti FE for me... Platform is also Windows 10 with hashcat 5.1.0
NoReply hashcat 2 2,216 03-07-2019, 01:05 PM
    Thread: nvidia Jetson TX2
Post: RE: nvidia Jetson TX2

https://hashcat.net/forum/thread-8233-post-44148.html#pid44148
NoReply Hardware 2 3,403 03-25-2019, 08:57 PM
    Thread: Wordlist With mask hybrid Help.
Post: RE: Wordlist With mask hybrid Help.

You could generate a rule file using maskprocessor (https://github.com/hashcat/maskprocessor/releases/), although there is only a rule to toggle the case at a given position, which obviously means you...
NoReply hashcat 2 1,959 04-10-2019, 01:41 PM
    Thread: Weird client behaviour in Brain Attack
Post: RE: Weird client behaviour in Brain Attack

Did a new test with these settings: Server Params: hashcat64.exe --brain-server --brain-password --brain-port 12345 Client Params (Dictionary): hashcat64.exe -m 14600 -a 0 -O -w 3 -z --brain-host 1...
NoReply hashcat 2 1,809 02-20-2019, 12:43 PM
    Thread: Intel GPU Installation Problem
Post: RE: Intel GPU Installation Problem

Well, just read the error message... This means Hashcat recognized your GPU, i.e. your drivers are already correctly set up. The driver is broken because Intel screwed it up, but you can still use ...
NoReply Hardware 2 7,300 04-26-2019, 03:19 PM
    Thread: Deep Learning on wordlist.
Post: RE: Deep Learning on wordlist.

I do have experience with this one. If you want to train PassGan on your own dictionaries, you should definetly use some real world data (comparable to rockyou) that contains duplicates. Otherwise the...
NoReply General Talk 2 985 03-03-2020, 09:25 PM
    Thread: Temp abort trigger only for current gpu
Post: RE: Temp abort trigger only for current gpu

You could either create a checkpoint which means pausing to wait for it to cool down or use a lower workload profile, e.g -w 2 EDIT: stopping hashcat only on the overheated GPU is not possible, if th...
NoReply User Contributions 2 1,009 04-10-2020, 07:49 PM