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 [desc] Replies Views Posted
    Thread: rx 480 amd drivers 19.2.2
Post: RE: rx 480 amd drivers 19.2.2

hashcat is usually more demanding than gaming and, depending on what you mine, also mining.
undeath hashcat 7 3,363 02-20-2019, 03:25 PM
    Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

@philsmd: I think the main problem here is hashcat writing the restore files to the directory of the executable, which the users do not have permission to, since that is managed by the system administ...
undeath hashcat 6 3,015 02-21-2019, 06:46 PM
    Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved

running "hashcat --restore" should do the trick. But why are you using crunch to generate such stupid dicts? Use a mask attack.
undeath hashcat 5 2,410 02-24-2019, 02:05 PM
    Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs

your cooling is probably insufficient
undeath hashcat 7 3,287 03-03-2019, 03:50 PM
    Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs

Thank you for reporting back! The problem with those kind of gpu coolers is that they only whirl the air around, but don't actually remove the hot air, as opposed to blower fan coolers. A closed case ...
undeath hashcat 7 3,287 03-05-2019, 05:04 PM
    Thread: Password combination question
Post: RE: Password combination question

There is not "a rule" to do that. That would require many different rules. One rule changes a single word to a single other word. left/right rule in combinator mode do only support single rules.
undeath hashcat 2 1,822 03-05-2019, 05:06 PM
    Thread: HEX pssword list
Post: RE: HEX pssword list

Code: -- hashcat -h | grep hex --hex-charset | | Assume charset is given in hex | --hex-salt | | Assume salt is given in hex ...
undeath hashcat 1 1,608 03-05-2019, 05:07 PM
    Thread: m 3800 with different starting and ending salts - how?
Post: RE: m 3800 with different starting and ending salt...

mode 3800 only supports a single salt. You need to use mode 20 and create your attack in such a way that the email (second salt) is always appended to the actual candidate.
undeath hashcat 2 1,767 03-05-2019, 05:10 PM
    Thread: SOLVED. Install help needed for Pi The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux
Post: RE: Install help needed for Pi The-Distribution-Wh...

internal compiler error: Segmentation fault something with your gcc is broken
undeath hashcat 1 1,334 03-10-2019, 03:54 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

@NoReply: it doesn't matter where options are, only the order of non-option arguments.
undeath hashcat 13 5,712 03-11-2019, 12:39 AM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

Can confirm that the example hash with pim doesn't work for me (latest git master). Code: -- hashcat -m 13761 hashcat_sha256_aes_boot_pim500.vc --veracrypt-pim 500 -a3 hashca?l Status...........: Ex...
undeath hashcat 13 5,712 03-13-2019, 01:04 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

I was accidentally running 5.1.0, which was unable to crack the example hash file. After updating to master everything works.
undeath hashcat 13 5,712 03-14-2019, 11:16 AM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat benchmark not starting at all

probably a crash inside the opencl runtime
undeath hashcat 12 8,216 03-17-2019, 08:29 PM
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

what did you base your expectation on?
undeath hashcat 7 2,857 03-21-2019, 04:58 PM
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

keepass has a variable iteration count. The example hash uses 24569 iterations, your hash has 60000.
undeath hashcat 7 2,857 03-21-2019, 05:05 PM
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

considering this benchmark (https://hashcat.net/forum/thread-8028.html) for a 2080 has 159kH/s at 6k iterations, 22kH/s at 60k iterations for a 2080TI seems like a good number.
undeath hashcat 7 2,857 03-21-2019, 05:17 PM
    Thread: Command error
Post: RE: Command error

yes, itunes backups use a very slow kdf.
undeath hashcat 4 2,207 03-24-2019, 06:30 PM
    Thread: Need help with one word + lots of rules.
Post: RE: Need help with one word + lots of rules.

If you suspect it's a mistyping of a single character I think your most promising attack would be a mask attack with a hcmask file like this: Code: -- ?uretdada45! H?letdada45! Hr?ltdada45! …...
undeath hashcat 3 1,974 03-24-2019, 10:10 PM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat WPA benchmark not starting at all

this is not a problem with hashcat but a problem with your opencl driver. Clean your system and remove any traces of existing opencl drivers and then install the latest driver for your device.
undeath hashcat 12 8,216 03-26-2019, 12:01 AM
    Thread: Hashcat Restore not working
Post: RE: Hashcat Restore not working

You cannot "restore" a session that is finished. You can open the .log with a text editor.
undeath hashcat 4 2,398 03-26-2019, 06:58 PM