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 Posted [desc]
    Thread: nVidia 1660 familly hashrates
Post: RE: nVidia 1660 familly hashrates

To use your CPU simply enable it with -d 1 (or -d 1,3 for cpu+gpu)
undeath Hardware 5 2,198 02-11-2020, 06:38 PM
    Thread: A bit of an issue with rules.
Post: RE: A bit of an issue with rules.

wheelies Wrote: (02-11-2020, 09:56 PM) -- One question, when would rules being applied after the check be useful? -- When speed is a priority.
undeath hashcat 4 1,566 02-12-2020, 12:16 AM
    Thread: Building a Rig with 4 GPUs - Thoughts?
Post: RE: Building a Rig with 4 GPUs - Thoughts?

In general the composition and price seems good but the case does not allow mounting 4 GPUs. It only has seven expansion card slots.
undeath Hardware 4 1,906 02-12-2020, 01:07 PM
    Thread: Need advice of Drivers for my setup.
Post: RE: Need advice of Drivers for my setup.

For CPU support you need the Intel OpenCL runtime. For nvidia GPUs you need the official nvidia driver. You do not need OpenGL.
undeath hashcat 5 1,837 02-13-2020, 05:39 PM
    Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble

on scrypt that's not unexpected
undeath hashcat 4 1,626 02-15-2020, 06:13 PM
    Thread: hash on rasberry 4 armv7l with a kaili linux
Post: RE: hash on rasberry 4 armv7l with a kaili linux

only x86 systems are officially supported even though you can probably compile hashcat for arm. However, I'm not aware of any working OpenCL runtime for arm/rpi which is required to use hashcat.
undeath hashcat 3 1,409 02-15-2020, 06:32 PM
    Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019

Maybe Xeon CPUs have a special OpenCL runtime? I don't know. But hashcat should work just fine if you have a correctly installed OpenCL runtime.
undeath hashcat 7 2,334 02-15-2020, 06:36 PM
    Thread: Help with cracking a password to a PDF
Post: RE: Help with cracking a password to a PDF

hashcat does not use rainbow tables. And besides, I have no idea how your md5 is related to the pdf mentioned in the thread title.
undeath General Talk 2 1,069 02-16-2020, 02:08 PM
    Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's

Session restores work checkpoint-based. hashcat will always continue from the last reached checkpoint on. If that one happens to have been a while back that's simply what it is.
undeath hashcat 4 1,618 02-16-2020, 03:20 PM
    Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's

More GPUs means more parallelization means more variance between reaching checkpoints. Pressing C stops after some new checkpoint has been reached, but that still means that devices working already on...
undeath hashcat 4 1,618 02-16-2020, 10:50 PM
    Thread: 10-Hex-Generator
Post: RE: 10-Hex-Generator

You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that.
undeath hashcat 2 1,301 02-17-2020, 11:53 PM
    Thread: Benchmark error
Post: RE: Benchmark error

try with the latest beta version https://hashcat.net/beta/
undeath hashcat 3 967 02-20-2020, 06:08 PM
    Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery

you can simply concatenate hccapx files
undeath General Talk 4 1,529 02-20-2020, 06:10 PM
    Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key

if you want something that is usable with hashcat use bitcoin2john.py
undeath hashcat 4 2,148 02-20-2020, 06:12 PM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

Why are you using force? What is hashcat's status when it finishes?
undeath hashcat 8 2,395 02-21-2020, 12:00 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

https://i.imgur.com/j5mxSIW.png Quote: -- * Device #1: Intel's OpenCL runtime (GPU only) is currently broken. We are waiting for updated OpenCL drivers from Intel. You can use --force to override, b...
undeath hashcat 8 2,395 02-21-2020, 12:20 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

TealAlex Wrote: (02-21-2020, 09:41 AM) -- I'm sorry, I'm new to hashcat. As there was no error message, I was assuming what I'm doing is working correctly.... -- Well, there was an error message bu...
undeath hashcat 8 2,395 02-21-2020, 01:07 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

the code you're actually looking for is here: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a0-pure.cl
undeath hashcat 7 2,446 02-21-2020, 05:18 PM
    Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: RE: is bcrypt´s benchmark showing bcrypt itterati...

If you weren't using a horribly outdated version of hashcat you'd see what bcrypt settings the benchmark is based on. for example: Code: -- Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterat...
undeath hashcat 3 1,474 02-23-2020, 09:02 PM
    Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: RE: is bcrypt´s benchmark showing bcrypt itterati...

Usually there should be about one thread per shader core I think. But how exactly each of those threads works and how the workload profile factors in there is black magic to me.
undeath hashcat 3 1,474 02-23-2020, 09:34 PM